=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/log-server.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/Attic/log-server.c 1999/09/29 18:16:19 1.2 +++ src/usr.bin/ssh/Attic/log-server.c 1999/09/30 05:03:04 1.3 @@ -15,12 +15,10 @@ */ #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 -#ifdef NEED_SYS_SYSLOG_H #include -#endif /* NEED_SYS_SYSLOG_H */ #include "packet.h" #include "xmalloc.h" #include "ssh.h"