Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
- (djm) [sshlogin.h] Fix prototype merge botch from 2006; bz#2134
Browse files Browse the repository at this point in the history
  • Loading branch information
djmdjm committed Aug 1, 2013
1 parent c192a4c commit ab3575c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -4,6 +4,7 @@
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
it in an #ifdef. Diagnosis and patch from Ivo Raisr.
- (djm) [sshlogin.h] Fix prototype merge botch from 2006; bz#2134

20130725
- (djm) OpenBSD CVS Sync
Expand Down
2 changes: 1 addition & 1 deletion sshlogin.h
Expand Up @@ -15,7 +15,7 @@
void record_login(pid_t, const char *, const char *, uid_t,
const char *, struct sockaddr *, socklen_t);
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
void record_utmp_only(pid_t, const char *, const char *, const char *,
Expand Down

0 comments on commit ab3575c

Please sign in to comment.