=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.46 retrieving revision 1.47 diff -c -r1.46 -r1.47 *** src/usr.bin/newsyslog/newsyslog.c 2002/08/12 00:42:56 1.46 --- src/usr.bin/newsyslog/newsyslog.c 2002/09/12 19:58:38 1.47 *************** *** 1,4 **** ! /* $OpenBSD: newsyslog.c,v 1.46 2002/08/12 00:42:56 aaron Exp $ */ /* * Copyright (c) 1999 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: newsyslog.c,v 1.47 2002/09/12 19:58:38 millert Exp $ */ /* * Copyright (c) 1999 Todd C. Miller *************** *** 88,104 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.46 2002/08/12 00:42:56 aaron Exp $"; #endif /* not lint */ #ifndef CONF ! #define CONF "/etc/athena/newsyslog.conf" /* Configuration file */ #endif #ifndef PIDFILE #define PIDFILE "/etc/syslog.pid" #endif #ifndef COMPRESS ! #define COMPRESS "/usr/ucb/compress" /* File compression program */ #endif #ifndef COMPRESS_POSTFIX #define COMPRESS_POSTFIX ".Z" --- 88,104 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.47 2002/09/12 19:58:38 millert Exp $"; #endif /* not lint */ #ifndef CONF ! #define CONF "/etc/newsyslog.conf" /* Configuration file */ #endif #ifndef PIDFILE #define PIDFILE "/etc/syslog.pid" #endif #ifndef COMPRESS ! #define COMPRESS "/usr/bin/compress" /* File compression program */ #endif #ifndef COMPRESS_POSTFIX #define COMPRESS_POSTFIX ".Z" *************** *** 123,128 **** --- 123,129 ---- #include #include #include + #include #include #include #include