diff options
Diffstat (limited to 'security/ssh/patches/patch-au')
-rw-r--r-- | security/ssh/patches/patch-au | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/security/ssh/patches/patch-au b/security/ssh/patches/patch-au index e6cbf28e1f7..66e1242660e 100644 --- a/security/ssh/patches/patch-au +++ b/security/ssh/patches/patch-au @@ -1,16 +1,7 @@ -$NetBSD: patch-au,v 1.4 1999/12/25 05:28:36 kim Exp $ +$NetBSD: patch-au,v 1.5 2000/03/20 02:25:52 itojun Exp $ --- login.c.orig Wed May 12 07:19:26 1999 +++ login.c Fri Dec 24 22:01:25 1999 -@@ -255,7 +255,7 @@ - were more standardized. */ - - void record_login(int pid, const char *ttyname, const char *user, uid_t uid, -- const char *host, struct sockaddr_in *addr) -+ const char *host, struct sockaddr *addr) - { - int fd; - @@ -271,7 +271,22 @@ struct utmp u, u2; off_t offset; |