=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.85 retrieving revision 1.86 diff -u -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 +1,4 @@ -/* $OpenBSD: newsyslog.c,v 1.85 2009/09/10 13:03:35 millert Exp $ */ +/* $OpenBSD: newsyslog.c,v 1.86 2009/10/27 23:59:40 deraadt Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller @@ -70,10 +70,6 @@ * 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 */