diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-10 15:31:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-10 15:31:02 +0000 |
commit | f4b0712eb06af23be041faad8494b63d21884be1 (patch) | |
tree | effe9c452271362cd5777037435b3a1a4593de51 /usr.bin/calendar/calendar.c | |
parent | 6059cf7366df3ada57d2143719a0b18c82c75bfa (diff) |
cleanup extra includes and -Wall
Diffstat (limited to 'usr.bin/calendar/calendar.c')
-rw-r--r-- | usr.bin/calendar/calendar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index 2dc789d0ffe..4a65949aa2d 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: calendar.c,v 1.22 2003/09/09 08:39:53 jmc Exp $ */ +/* $OpenBSD: calendar.c,v 1.23 2004/12/10 15:31:01 mickey Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -39,7 +39,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #else -static char rcsid[] = "$OpenBSD: calendar.c,v 1.22 2003/09/09 08:39:53 jmc Exp $"; +static const char rcsid[] = "$OpenBSD: calendar.c,v 1.23 2004/12/10 15:31:01 mickey Exp $"; #endif #endif /* not lint */ |