diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-22 10:09:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-22 10:09:26 +0000 |
commit | a0d647b42480bb608a544e587dfcc5de77254c1d (patch) | |
tree | 79ebf82abe4892c7f797bff9d32a1e5a0400c1ef /usr.bin/newsyslog/newsyslog.c | |
parent | 6b338f3c5c312ce8b2b01a212a2f7b1343eee0f6 (diff) |
rcsid cleanup
Diffstat (limited to 'usr.bin/newsyslog/newsyslog.c')
-rw-r--r-- | usr.bin/newsyslog/newsyslog.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/newsyslog/newsyslog.c b/usr.bin/newsyslog/newsyslog.c index eb452f9e045..5f86f643f00 100644 --- a/usr.bin/newsyslog/newsyslog.c +++ b/usr.bin/newsyslog/newsyslog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: newsyslog.c,v 1.3 1996/06/26 05:37:29 deraadt Exp $ */ +/* $OpenBSD: newsyslog.c,v 1.4 1996/07/22 10:09:17 deraadt Exp $ */ /* * This file contains changes from the Open Software Foundation. @@ -26,12 +26,10 @@ provided "as is" without express or implied warranty. * newsyslog - roll over selected logs at the appropriate time, * keeping the a specified number of backup files around. * - * $Source: /cvs/OpenBSD/src/usr.bin/newsyslog/newsyslog.c,v $ - * $Author: deraadt $ */ #ifndef lint -static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.3 1996/06/26 05:37:29 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.4 1996/07/22 10:09:17 deraadt Exp $"; #endif /* not lint */ #ifndef CONF |