diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-30 05:03:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-30 05:03:06 +0000 |
commit | 3014b4f4317c10906498b5d1573b5b12a772c488 (patch) | |
tree | a59361bcf280c79114681233ebfbc66ac7b1581c /usr.bin/ssh/log-server.c | |
parent | 069a77948545d9ac1a6dcf2cfdceb1806b08f71a (diff) |
cull more ancient garbage from pre-POSIX days
Diffstat (limited to 'usr.bin/ssh/log-server.c')
-rw-r--r-- | usr.bin/ssh/log-server.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/log-server.c b/usr.bin/ssh/log-server.c index 3967df2b45e..c906e0976c7 100644 --- a/usr.bin/ssh/log-server.c +++ b/usr.bin/ssh/log-server.c @@ -15,12 +15,10 @@ to the system log. */ #include "includes.h" -RCSID("$Id: log-server.c,v 1.2 1999/09/29 18:16:19 dugsong Exp $"); +RCSID("$Id: log-server.c,v 1.3 1999/09/30 05:03:04 deraadt Exp $"); #include <syslog.h> -#ifdef NEED_SYS_SYSLOG_H #include <sys/syslog.h> -#endif /* NEED_SYS_SYSLOG_H */ #include "packet.h" #include "xmalloc.h" #include "ssh.h" |