=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/logging.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/sudo/Attic/logging.c 2007/07/26 16:10:16 1.17 --- src/usr.bin/sudo/Attic/logging.c 2007/08/15 14:22:39 1.18 *************** *** 60,66 **** #include "sudo.h" #ifndef lint ! __unused static const char rcsid[] = "$Sudo: logging.c,v 1.168.2.11 2007/07/24 15:52:37 millert Exp $"; #endif /* lint */ static void do_syslog __P((int, char *)); --- 60,66 ---- #include "sudo.h" #ifndef lint ! __unused static const char rcsid[] = "$Sudo: logging.c,v 1.168.2.12 2007/08/08 20:07:45 millert Exp $"; #endif /* lint */ static void do_syslog __P((int, char *)); *************** *** 135,142 **** size_t len, maxlen; char *p, *tmp, save; const char *fmt; ! const char fmt_first[] = "%8s : %s"; ! const char fmt_contd[] = "%8s : (command continued) %s"; /* * Log the full line, breaking into multiple syslog(3) calls if necessary --- 135,142 ---- size_t len, maxlen; char *p, *tmp, save; const char *fmt; ! const char *fmt_first = "%8s : %s"; ! const char *fmt_contd = "%8s : (command continued) %s"; /* * Log the full line, breaking into multiple syslog(3) calls if necessary