freebsd-ports/sysutils/anacron/files/patch-gregor.c
Dmitry Marakasov bcd2107564 - Add LICENSE
- Remove unneeded condition
- Regenerate patches

Approved by:	portmgr blanket
2017-03-22 19:50:07 +00:00

11 lines
281 B
C

--- gregor.c.orig 2000-06-22 22:50:40 UTC
+++ 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 */