forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
269 B
C
11 lines
269 B
C
--- gregor.c.orig Fri Jun 23 00:50:40 2000
|
|
+++ gregor.c Thu Jun 16 17:38:02 2005
|
|
@@ -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 */
|
|
|