This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
anacron/anacron-2.3-noconst.patch
cvsdist b21e6014fa auto-import changelog data from anacron-2.3-31.src.rpm
Fri Jul 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
- Add noconst patch to fix invalid C
2004-09-09 03:00:58 +00:00

11 lines
318 B
Diff

--- 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 */