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

Diff for /src/usr.bin/sudo/Attic/logging.c between version 1.17 and 1.18

version 1.17, 2007/07/26 16:10:16 version 1.18, 2007/08/15 14:22:39
Line 60 
Line 60 
 #include "sudo.h"  #include "sudo.h"
   
 #ifndef lint  #ifndef lint
 __unused static const char rcsid[] = "$Sudo: logging.c,v 1.168.2.11 2007/07/24 15:52:37 millert Exp $";  __unused static const char rcsid[] = "$Sudo: logging.c,v 1.168.2.12 2007/08/08 20:07:45 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 static void do_syslog           __P((int, char *));  static void do_syslog           __P((int, char *));
Line 135 
Line 135 
     size_t len, maxlen;      size_t len, maxlen;
     char *p, *tmp, save;      char *p, *tmp, save;
     const char *fmt;      const char *fmt;
     const char fmt_first[] = "%8s : %s";      const char *fmt_first = "%8s : %s";
     const char fmt_contd[] = "%8s : (command continued) %s";      const char *fmt_contd = "%8s : (command continued) %s";
   
     /*      /*
      * Log the full line, breaking into multiple syslog(3) calls if necessary       * Log the full line, breaking into multiple syslog(3) calls if necessary

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18