]> git.pld-linux.org Git - packages/anacron.git/blobdiff - anacron-noconst.patch
- buildix
[packages/anacron.git] / anacron-noconst.patch
diff --git a/anacron-noconst.patch b/anacron-noconst.patch
new file mode 100644 (file)
index 0000000..f72b796
--- /dev/null
@@ -0,0 +1,11 @@
+--- anacron-2.3/gregor.c.sopwith       2004-07-02 10:51:24.000000000 -0400
++++ anacron-2.3/gregor.c       2004-07-02 10:51:33.000000000 -0400
+@@ -65,7 +65,7 @@
+ {
+     int dn;
+     int i;
+-    const int isleap; /* save three calls to leap() */
++    int isleap; /* save three calls to leap() */
+     /* Some validity checks */
This page took 0.112407 seconds and 4 git commands to generate.