diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-25 05:16:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-25 05:16:51 +0000 |
commit | 596698a110f338899f0d3e302763b8e575262810 (patch) | |
tree | f2d56b7bac9aee4d0f56ed89574a2bd9277ff096 /usr.bin/newsyslog | |
parent | 0455b4283730f2db10e768e50802df07017bc70b (diff) |
it is 2003 now
Diffstat (limited to 'usr.bin/newsyslog')
-rw-r--r-- | usr.bin/newsyslog/newsyslog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/newsyslog/newsyslog.c b/usr.bin/newsyslog/newsyslog.c index 147eca9e298..c7c966ce1d9 100644 --- a/usr.bin/newsyslog/newsyslog.c +++ b/usr.bin/newsyslog/newsyslog.c @@ -1,7 +1,7 @@ -/* $OpenBSD: newsyslog.c,v 1.61 2003/01/25 05:13:02 millert Exp $ */ +/* $OpenBSD: newsyslog.c,v 1.62 2003/01/25 05:16:50 millert Exp $ */ /* - * Copyright (c) 1999, 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999, 2002, 2003 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -86,7 +86,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: newsyslog.c,v 1.61 2003/01/25 05:13:02 millert Exp $"; +static const char rcsid[] = "$OpenBSD: newsyslog.c,v 1.62 2003/01/25 05:16:50 millert Exp $"; #endif /* not lint */ #ifndef CONF |