summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-12-10 20:50:46 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-12-10 20:50:46 +0000
commitaf8357033a43b52e0af216ac3f5fd522f6aa1f95 (patch)
tree2da14e038889f6f1e359c17177975919367c0c4b /usr.bin
parent5e605da4777b76d71251855122cb4cc2f988d970 (diff)
forgot rcsid[]
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/calendar/pesach.c6
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>