Updates for NetBSD
This commit is contained in:
parent
d762264aa6
commit
6e421d2bbd
@ -26,6 +26,9 @@ v0.51.3 22-Mar-2003
|
||||
mbfido:
|
||||
The area tags are now created in /opt/mbse/share/doc/tags.
|
||||
|
||||
mblogin:
|
||||
Changed some defines for NetBSD 1.6.2
|
||||
|
||||
|
||||
v0.51.2 06-Mar-2004 - 22-Mar-2003
|
||||
|
||||
|
@ -41,6 +41,9 @@
|
||||
#if defined(SHADOW_PASSWORD)
|
||||
#include <shadow.h>
|
||||
#endif
|
||||
#if defined(__NetBSD__)
|
||||
#undef HAVE_UTMPX_H
|
||||
#endif
|
||||
#if HAVE_UTMPX_H
|
||||
#include <utmpx.h>
|
||||
#endif
|
||||
|
@ -52,6 +52,10 @@
|
||||
#include <stdio.h>
|
||||
#include "utmp.h"
|
||||
|
||||
#if defined(__NetBSD__)
|
||||
#undef LOGIN_PROCESS
|
||||
#undef HAVE_UTMPX_H
|
||||
#endif
|
||||
|
||||
#if HAVE_UTMPX_H
|
||||
extern struct utmpx utxent;
|
||||
|
Reference in New Issue
Block a user