- (djm) [sshlogin.h] Fix prototype merge botch from 2006; bz#2134

This commit is contained in:
Damien Miller 2013-08-01 14:34:16 +10:00
parent c192a4c4f6
commit ab3575c055
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
otherwise have been retrievable via getsockopt(). A hack to limit writes otherwise have been retrievable via getsockopt(). A hack to limit writes
to TTYs on AIX was triggering this. Since only AIX needs the hack, wrap to TTYs on AIX was triggering this. Since only AIX needs the hack, wrap
it in an #ifdef. Diagnosis and patch from Ivo Raisr. it in an #ifdef. Diagnosis and patch from Ivo Raisr.
- (djm) [sshlogin.h] Fix prototype merge botch from 2006; bz#2134
20130725 20130725
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync

View File

@ -15,7 +15,7 @@
void record_login(pid_t, const char *, const char *, uid_t, void record_login(pid_t, const char *, const char *, uid_t,
const char *, struct sockaddr *, socklen_t); const char *, struct sockaddr *, socklen_t);
void record_logout(pid_t, const char *, const char *); void record_logout(pid_t, const char *, const char *);
time_t get_last_login_time(uid_t, const char *, char *, u_int); time_t get_last_login_time(uid_t, const char *, char *, size_t);
#ifdef LOGIN_NEEDS_UTMPX #ifdef LOGIN_NEEDS_UTMPX
void record_utmp_only(pid_t, const char *, const char *, const char *, void record_utmp_only(pid_t, const char *, const char *, const char *,