=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cal/cal.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/cal/cal.c 2005/12/07 12:31:05 1.17 --- src/usr.bin/cal/cal.c 2005/12/08 14:54:30 1.18 *************** *** 1,4 **** ! /* $OpenBSD: cal.c,v 1.17 2005/12/07 12:31:05 tom Exp $ */ /* $NetBSD: cal.c,v 1.6 1995/03/26 03:10:24 glass Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: cal.c,v 1.18 2005/12/08 14:54:30 jmc 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.17 2005/12/07 12:31:05 tom 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.18 2005/12/08 14:54:30 jmc Exp $"; #endif #endif /* not lint */ *************** *** 422,428 **** usage(void) { ! (void)fprintf(stderr, "usage: cal [-jy] [month year]\n"); exit(1); } --- 422,428 ---- usage(void) { ! (void)fprintf(stderr, "usage: cal [-jy] [month] [year]\n"); exit(1); }