]> git.pld-linux.org Git - packages/anacron.git/blob - anacron-noconst.patch
- buildix
[packages/anacron.git] / anacron-noconst.patch
1 --- anacron-2.3/gregor.c.sopwith        2004-07-02 10:51:24.000000000 -0400
2 +++ anacron-2.3/gregor.c        2004-07-02 10:51:33.000000000 -0400
3 @@ -65,7 +65,7 @@
4  {
5      int dn;
6      int i;
7 -    const int isleap; /* save three calls to leap() */
8 +    int isleap; /* save three calls to leap() */
9  
10      /* Some validity checks */
11  
This page took 0.027378 seconds and 3 git commands to generate.