summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:45:56 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:45:56 +0000
commitd96c8b3b56364e2e4c69ea05bfb7dbc55e1d763d (patch)
tree79594cf4acbe690842070efe0b1192564f335f71
parent3fb5d00ffdaa93a99466858c667e2721cd2b39cb (diff)
- 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--ChangeLog5
-rw-r--r--auth-passwd.c3
-rw-r--r--auth-rh-rsa.c3
-rw-r--r--auth-rhosts.c3
4 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 21f88610f..5980ccf65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,9 @@
38 undo the 'delay hostname lookup' change 38 undo the 'delay hostname lookup' change
39 match.c must not use compress.c (via canonhost.c/packet.c) 39 match.c must not use compress.c (via canonhost.c/packet.c)
40 thanks to wilfried@ 40 thanks to wilfried@
41 - markus@cvs.openbsd.org 2002/03/04 12:43:06
42 [auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
43 unused include
41 44
4220020226 4520020226
43 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests 46 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
@@ -7769,4 +7772,4 @@
7769 - Wrote replacements for strlcpy and mkdtemp 7772 - Wrote replacements for strlcpy and mkdtemp
7770 - Released 1.0pre1 7773 - Released 1.0pre1
7771 7774
7772$Id: ChangeLog,v 1.1901 2002/03/05 01:42:42 mouring Exp $ 7775$Id: ChangeLog,v 1.1902 2002/03/05 01:45:56 mouring Exp $
diff --git a/auth-passwd.c b/auth-passwd.c
index 3546636aa..095b9ba27 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -36,12 +36,11 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39RCSID("$OpenBSD: auth-passwd.c,v 1.23 2001/06/26 16:15:23 dugsong Exp $"); 39RCSID("$OpenBSD: auth-passwd.c,v 1.24 2002/03/04 12:43:06 markus Exp $");
40 40
41#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) 41#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
42 42
43#include "packet.h" 43#include "packet.h"
44#include "xmalloc.h"
45#include "log.h" 44#include "log.h"
46#include "servconf.h" 45#include "servconf.h"
47#include "auth.h" 46#include "auth.h"
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index df917583b..d1b7ae996 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,10 +13,9 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.28 2002/01/29 14:32:03 markus Exp $"); 16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.29 2002/03/04 12:43:06 markus Exp $");
17 17
18#include "packet.h" 18#include "packet.h"
19#include "xmalloc.h"
20#include "uidswap.h" 19#include "uidswap.h"
21#include "log.h" 20#include "log.h"
22#include "servconf.h" 21#include "servconf.h"
diff --git a/auth-rhosts.c b/auth-rhosts.c
index ebbf88f89..bd15261f7 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -14,10 +14,9 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$OpenBSD: auth-rhosts.c,v 1.26 2002/01/29 14:32:03 markus Exp $"); 17RCSID("$OpenBSD: auth-rhosts.c,v 1.27 2002/03/04 12:43:06 markus Exp $");
18 18
19#include "packet.h" 19#include "packet.h"
20#include "xmalloc.h"
21#include "uidswap.h" 20#include "uidswap.h"
22#include "pathnames.h" 21#include "pathnames.h"
23#include "log.h" 22#include "log.h"