summaryrefslogtreecommitdiff
path: root/time/anacron/patches/patch-ab
blob: 9014ddac1de764c7e1a7ddeea3364e794b0ba677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */