1e3bf2b5aa
- Fix a number of compiler warnings. - Clean INSTALL a bit. - Point HOMEPAGE to a more useful place. From: Andreas Kahari <ak+openbsd@freeshell.org>
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
$OpenBSD: patch-gregor_c,v 1.1 2004/05/17 00:22:54 naddy Exp $
|
|
--- gregor.c.orig 2004-05-12 21:20:47.000000000 +0100
|
|
+++ gregor.c 2004-05-12 21:21:45.000000000 +0100
|
|
@@ -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 */
|
|
|