summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
diff options
context:
space:
mode:
authorDug Song <dugsong@cvs.openbsd.org>1999-10-17 20:39:12 +0000
committerDug Song <dugsong@cvs.openbsd.org>1999-10-17 20:39:12 +0000
commit30e18f6a35f57abe653fbebfcd27ba07b8e7da76 (patch)
tree5e5241c9f9b2702f42a25cd00e453781eafe8a89 /usr.bin/ssh/sshd.c
parent3ce9a5924c70c2c128e823112cedc729f804ece2 (diff)
-Wall, get rid of unused headers/vars
Diffstat (limited to 'usr.bin/ssh/sshd.c')
-rw-r--r--usr.bin/ssh/sshd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c
index 1d73724b9ed..0b68143dc47 100644
--- a/usr.bin/ssh/sshd.c
+++ b/usr.bin/ssh/sshd.c
@@ -18,7 +18,7 @@ agent connections.
*/
#include "includes.h"
-RCSID("$Id: sshd.c,v 1.34 1999/10/16 23:11:29 markus Exp $");
+RCSID("$Id: sshd.c,v 1.35 1999/10/17 20:39:11 dugsong Exp $");
#include "xmalloc.h"
#include "rsa.h"
@@ -35,8 +35,6 @@ RCSID("$Id: sshd.c,v 1.34 1999/10/16 23:11:29 markus Exp $");
#ifdef LIBWRAP
#include <tcpd.h>
#include <syslog.h>
-#include <sys/syslog.h>
-#include <sys/stat.h>
int allow_severity = LOG_INFO;
int deny_severity = LOG_WARNING;
#endif /* LIBWRAP */