=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.85 retrieving revision 1.86 diff -c -r1.85 -r1.86 *** src/usr.bin/newsyslog/newsyslog.c 2009/09/10 13:03:35 1.85 --- src/usr.bin/newsyslog/newsyslog.c 2009/10/27 23:59:40 1.86 *************** *** 1,4 **** ! /* $OpenBSD: newsyslog.c,v 1.85 2009/09/10 13:03:35 millert Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: newsyslog.c,v 1.86 2009/10/27 23:59:40 deraadt Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller *************** *** 70,79 **** * keeping the specified number of backup files around. * */ - - #ifndef lint - static const char rcsid[] = "$OpenBSD: newsyslog.c,v 1.85 2009/09/10 13:03:35 millert Exp $"; - #endif /* not lint */ #ifndef CONF #define CONF "/etc/newsyslog.conf" /* Configuration file */ --- 70,75 ----