]> git.pld-linux.org Git - packages/anacron.git/commitdiff
- buildix
authorgrzegol <grzegol@pld-linux.org>
Wed, 8 Jun 2005 13:44:40 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anacron-noconst.patch -> 1.1

anacron-noconst.patch [new file with mode: 0644]

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.053116 seconds and 4 git commands to generate.