Updates for NetBSD

This commit is contained in:
Michiel Broek 2004-04-04 19:26:35 +00:00
parent d762264aa6
commit 6e421d2bbd
3 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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;