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

Diff for /src/usr.bin/ssh/log.c between version 1.25 and 1.26

version 1.25, 2003/01/11 18:29:43 version 1.26, 2003/04/08 20:21:28
Line 124 
Line 124 
 /* Log this message (information that usually should go to the log). */  /* Log this message (information that usually should go to the log). */
   
 void  void
 log(const char *fmt,...)  logit(const char *fmt,...)
 {  {
         va_list args;          va_list args;
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26