[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.31 and 1.32

version 1.31, 2006/03/25 13:17:02 version 1.32, 2006/07/08 23:30:06
Line 36 
Line 36 
   
 #include "includes.h"  #include "includes.h"
   
 #include "log.h"  
 #include "xmalloc.h"  
   
 #include <syslog.h>  #include <syslog.h>
 #include <vis.h>  #include <vis.h>
   
   #include "log.h"
   #include "xmalloc.h"
   
 static LogLevel log_level = SYSLOG_LEVEL_INFO;  static LogLevel log_level = SYSLOG_LEVEL_INFO;
 static int log_on_stderr = 1;  static int log_on_stderr = 1;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32