diff options
author | Dug Song <dugsong@cvs.openbsd.org> | 1999-10-17 20:39:12 +0000 |
---|---|---|
committer | Dug Song <dugsong@cvs.openbsd.org> | 1999-10-17 20:39:12 +0000 |
commit | 30e18f6a35f57abe653fbebfcd27ba07b8e7da76 (patch) | |
tree | 5e5241c9f9b2702f42a25cd00e453781eafe8a89 /usr.bin/ssh/log-server.c | |
parent | 3ce9a5924c70c2c128e823112cedc729f804ece2 (diff) |
-Wall, get rid of unused headers/vars
Diffstat (limited to 'usr.bin/ssh/log-server.c')
-rw-r--r-- | usr.bin/ssh/log-server.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/log-server.c b/usr.bin/ssh/log-server.c index f19f288dabb..7f303b7c521 100644 --- a/usr.bin/ssh/log-server.c +++ b/usr.bin/ssh/log-server.c @@ -15,10 +15,9 @@ to the system log. */ #include "includes.h" -RCSID("$Id: log-server.c,v 1.4 1999/09/30 05:11:29 deraadt Exp $"); +RCSID("$Id: log-server.c,v 1.5 1999/10/17 20:39:11 dugsong Exp $"); #include <syslog.h> -#include <sys/syslog.h> #include "packet.h" #include "xmalloc.h" #include "ssh.h" |