diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-05 01:45:56 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-05 01:45:56 +0000 |
commit | d96c8b3b56364e2e4c69ea05bfb7dbc55e1d763d (patch) | |
tree | 79594cf4acbe690842070efe0b1192564f335f71 | |
parent | 3fb5d00ffdaa93a99466858c667e2721cd2b39cb (diff) | |
download | openssh-git-d96c8b3b56364e2e4c69ea05bfb7dbc55e1d763d.tar.gz |
- markus@cvs.openbsd.org 2002/03/04 12:43:06
[auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
unused include
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | auth-passwd.c | 3 | ||||
-rw-r--r-- | auth-rh-rsa.c | 3 | ||||
-rw-r--r-- | auth-rhosts.c | 3 |
4 files changed, 7 insertions, 7 deletions
@@ -38,6 +38,9 @@ undo the 'delay hostname lookup' change match.c must not use compress.c (via canonhost.c/packet.c) thanks to wilfried@ + - markus@cvs.openbsd.org 2002/03/04 12:43:06 + [auth-passwd.c auth-rh-rsa.c auth-rhosts.c] + unused include 20020226 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests @@ -7769,4 +7772,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1901 2002/03/05 01:42:42 mouring Exp $ +$Id: ChangeLog,v 1.1902 2002/03/05 01:45:56 mouring Exp $ diff --git a/auth-passwd.c b/auth-passwd.c index 3546636a..095b9ba2 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -36,12 +36,11 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-passwd.c,v 1.23 2001/06/26 16:15:23 dugsong Exp $"); +RCSID("$OpenBSD: auth-passwd.c,v 1.24 2002/03/04 12:43:06 markus Exp $"); #if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) #include "packet.h" -#include "xmalloc.h" #include "log.h" #include "servconf.h" #include "auth.h" diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c index df917583..d1b7ae99 100644 --- a/auth-rh-rsa.c +++ b/auth-rh-rsa.c @@ -13,10 +13,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rh-rsa.c,v 1.28 2002/01/29 14:32:03 markus Exp $"); +RCSID("$OpenBSD: auth-rh-rsa.c,v 1.29 2002/03/04 12:43:06 markus Exp $"); #include "packet.h" -#include "xmalloc.h" #include "uidswap.h" #include "log.h" #include "servconf.h" diff --git a/auth-rhosts.c b/auth-rhosts.c index ebbf88f8..bd15261f 100644 --- a/auth-rhosts.c +++ b/auth-rhosts.c @@ -14,10 +14,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rhosts.c,v 1.26 2002/01/29 14:32:03 markus Exp $"); +RCSID("$OpenBSD: auth-rhosts.c,v 1.27 2002/03/04 12:43:06 markus Exp $"); #include "packet.h" -#include "xmalloc.h" #include "uidswap.h" #include "pathnames.h" #include "log.h" |