aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/anacron/files/patch-gregor.c
blob: 8b803ca342bd98326a75c14d463628e2ca118d82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gregor.c.orig	2000-06-22 22:50:40 UTC
+++ 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 */