diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-21 11:18:08 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-21 11:18:08 +1100 |
commit | 76112de73437ac3db04b45d4b7a9d1f1b74f83fd (patch) | |
tree | cbfb21a6bd6acc7c3a478b5c186ee49e0b0f9fbb /bsd-login.h | |
parent | 368cf64d5c7cee6eb85d9240ea04ccf43273b5fc (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-login.h b/bsd-login.h index 26a8505b3..8891ae342 100644 --- a/bsd-login.h +++ b/bsd-login.h | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | #include <utmp.h> | 7 | #include <utmp.h> |
8 | 8 | ||
9 | void login(struct utmp *utp); | 9 | void login(struct UTMP_STR *utp); |
10 | 10 | ||
11 | #endif /* !HAVE_LOGIN */ | 11 | #endif /* !HAVE_LOGIN */ |
12 | 12 | ||