diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/calendar/pesach.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/calendar/pesach.c b/usr.bin/calendar/pesach.c index 0851b9b17ab..a661902e844 100644 --- a/usr.bin/calendar/pesach.c +++ b/usr.bin/calendar/pesach.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pesach.c,v 1.1 2004/12/10 20:47:30 mickey Exp $ */ +/* $OpenBSD: pesach.c,v 1.2 2004/12/10 20:50:45 mickey Exp $ */ /* * Copyright (c) 2004 Michael Shalayeff @@ -17,6 +17,10 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef lint +static const char rcsid[] = "$OpenBSD: pesach.c,v 1.2 2004/12/10 20:50:45 mickey Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <tzfile.h> |