diff options
author | Kevin Steves <stevesk@pobox.com> | 2003-01-01 23:43:55 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2003-01-01 23:43:55 +0000 |
commit | 678ee51ff3493f0185dcb23bfb9fb2ba299d89b1 (patch) | |
tree | 75cf1d0971f4c774f60b7d0eeb3583c6a567f35f /sshlogin.h | |
parent | 1b96cfb97585459bbb71198123425f7e831e2845 (diff) |
- (stevesk) [session.c sshlogin.c sshlogin.h] complete portable
parts of pass addrlen with sockaddr * fix.
from Hajimu UMEMOTO <ume@FreeBSD.org>
Diffstat (limited to 'sshlogin.h')
-rw-r--r-- | sshlogin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshlogin.h b/sshlogin.h index 287c0d9f6..1c8bfad32 100644 --- a/sshlogin.h +++ b/sshlogin.h | |||
@@ -22,7 +22,7 @@ u_long get_last_login_time(uid_t, const char *, char *, u_int); | |||
22 | 22 | ||
23 | #ifdef LOGIN_NEEDS_UTMPX | 23 | #ifdef LOGIN_NEEDS_UTMPX |
24 | void record_utmp_only(pid_t, const char *, const char *, const char *, | 24 | void record_utmp_only(pid_t, const char *, const char *, const char *, |
25 | struct sockaddr *); | 25 | struct sockaddr *, socklen_t); |
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | #endif | 28 | #endif |