summaryrefslogtreecommitdiff
path: root/time/anacron/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'time/anacron/patches/patch-ab')
-rw-r--r--time/anacron/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/anacron/patches/patch-ab b/time/anacron/patches/patch-ab
new file mode 100644
index 00000000000..9014ddac1de
--- /dev/null
+++ b/time/anacron/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/01/04 14:43:07 jmmv Exp $
+
+--- gregor.c.orig 2000-06-23 00:50:40.000000000 +0200
++++ gregor.c
+@@ -65,7 +65,7 @@ day_num(int year, int month, int day)
+ {
+ int dn;
+ int i;
+- const int isleap; /* save three calls to leap() */
++ int isleap; /* save three calls to leap() */
+
+ /* Some validity checks */
+