blob: 1fd4e4c1bb14c766de73065dda0b0ccb8cb100f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ae,v 1.3 1998/08/07 10:36:40 agc Exp $
--- ckufio.c.orig Mon Nov 25 01:20:49 1996
+++ ckufio.c Sat Jun 20 22:37:35 1998
@@ -2743,7 +2743,8 @@
/* and this should have been declared always through a header file */
#endif /* OS2 */
- long tmx, days;
+ time_t tmx;
+ long days;
int i, n, isleapyear;
/* J F M A M J J A S O N D */
/* 31 28 31 30 31 30 31 31 30 31 30 31 */
|