[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.3 and 1.4

version 1.3, 1999/09/30 05:03:04 version 1.4, 1999/09/30 05:11:29
Line 89 
Line 89 
   
 #define MSGBUFSIZE 1024  #define MSGBUFSIZE 1024
   
 #ifdef HAVE_VSNPRINTF  
 #define DECL_MSGBUF char msgbuf[MSGBUFSIZE]  #define DECL_MSGBUF char msgbuf[MSGBUFSIZE]
 #else  
 static char msgbuf[MSGBUFSIZE];  
 #define DECL_MSGBUF  
 #endif  
   
 /* Log this message (information that usually should go to the log). */  /* Log this message (information that usually should go to the log). */
   

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