[BACK]Return to log-server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/log-server.c between version 1.2 and 1.3

version 1.2, 1999/09/29 18:16:19 version 1.3, 1999/09/30 05:03:04
Line 18 
Line 18 
 RCSID("$Id$");  RCSID("$Id$");
   
 #include <syslog.h>  #include <syslog.h>
 #ifdef NEED_SYS_SYSLOG_H  
 #include <sys/syslog.h>  #include <sys/syslog.h>
 #endif /* NEED_SYS_SYSLOG_H */  
 #include "packet.h"  #include "packet.h"
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "ssh.h"  #include "ssh.h"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3