lodger - 2025-05-19

Update:
I've been able to fix this issue by commenting out lines 43-45 in unix/mblogin.c

/***** OBSOLETE !!!
#if defined(__NetBSD__)
#undef HAVE_UTMPX_H
#endif
******/

Since I am not familiar with the long, distant history of NetBSD I suppose that this piece of code originates from at least 2018. Since compiling the code now works without this directive, chances are that something changed "under the hood" of NetBSD or the directive got there by accident.

 

Last edit: lodger 2025-05-19