diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-10 20:50:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-10 20:50:46 +0000 |
commit | af8357033a43b52e0af216ac3f5fd522f6aa1f95 (patch) | |
tree | 2da14e038889f6f1e359c17177975919367c0c4b /usr.bin | |
parent | 5e605da4777b76d71251855122cb4cc2f988d970 (diff) |
forgot rcsid[]
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> |