summaryrefslogtreecommitdiffstats
path: root/bsd-login.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-21 11:18:08 +1100
committerDamien Miller <djm@mindrot.org>1999-12-21 11:18:08 +1100
commit76112de73437ac3db04b45d4b7a9d1f1b74f83fd (patch)
treecbfb21a6bd6acc7c3a478b5c186ee49e0b0f9fbb /bsd-login.h
parent368cf64d5c7cee6eb85d9240ea04ccf43273b5fc (diff)
- Integration of large HPUX patch from Andre Lucas
<andre.lucas@dial.pipex.com>. Integrating it had a few other benefits: - Ability to disable shadow passwords at configure time - Ability to disable lastlog support at configure time - Support for IP address in $DISPLAY
Diffstat (limited to 'bsd-login.h')
-rw-r--r--bsd-login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-login.h b/bsd-login.h
index 26a8505b..8891ae34 100644
--- a/bsd-login.h
+++ b/bsd-login.h
@@ -6,7 +6,7 @@
#include <utmp.h>
-void login(struct utmp *utp);
+void login(struct UTMP_STR *utp);
#endif /* !HAVE_LOGIN */