=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cal/cal.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/cal/cal.c 2005/07/06 05:31:08 1.13 --- src/usr.bin/cal/cal.c 2005/07/06 06:45:58 1.14 *************** *** 1,4 **** ! /* $OpenBSD: cal.c,v 1.13 2005/07/06 05:31:08 tedu Exp $ */ /* $NetBSD: cal.c,v 1.6 1995/03/26 03:10:24 glass Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: cal.c,v 1.14 2005/07/06 06:45:58 deraadt Exp $ */ /* $NetBSD: cal.c,v 1.6 1995/03/26 03:10:24 glass Exp $ */ /* *************** *** 40,46 **** #if 0 static char sccsid[] = "@(#)cal.c 8.4 (Berkeley) 4/2/94"; #else ! static const char rcsid[] = "$OpenBSD: cal.c,v 1.13 2005/07/06 05:31:08 tedu Exp $"; #endif #endif /* not lint */ --- 40,46 ---- #if 0 static char sccsid[] = "@(#)cal.c 8.4 (Berkeley) 4/2/94"; #else ! static const char rcsid[] = "$OpenBSD: cal.c,v 1.14 2005/07/06 06:45:58 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 56,65 **** #include #define THURSDAY 4 /* for reformation */ ! #define SATURDAY 6 /* 1 Jan 1 was a Saturday */ ! #define FIRST_MISSING_DAY 639799 /* 3 Sep 1752 */ ! #define NUMBER_MISSING_DAYS 11 /* 11 day correction */ #define MAXDAYS 42 /* max slots in a month array */ #define SPACE -1 /* used in day array */ --- 56,65 ---- #include #define THURSDAY 4 /* for reformation */ ! #define SATURDAY 6 /* 1 Jan 1 was a Saturday */ ! #define FIRST_MISSING_DAY 639799 /* 3 Sep 1752 */ ! #define NUMBER_MISSING_DAYS 11 /* 11 day correction */ #define MAXDAYS 42 /* max slots in a month array */ #define SPACE -1 /* used in day array */