=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/calendar.c,v retrieving revision 1.12 retrieving revision 1.12.6.1 diff -c -r1.12 -r1.12.6.1 *** src/usr.bin/calendar/calendar.c 1998/12/13 07:31:07 1.12 --- src/usr.bin/calendar/calendar.c 2000/10/06 21:16:11 1.12.6.1 *************** *** 1,4 **** ! /* $OpenBSD: calendar.c,v 1.12 1998/12/13 07:31:07 pjanzen Exp $ */ /* * Copyright (c) 1989, 1993, 1994 --- 1,4 ---- ! /* $OpenBSD: calendar.c,v 1.12.6.1 2000/10/06 21:16:11 jason Exp $ */ /* * Copyright (c) 1989, 1993, 1994 *************** *** 43,49 **** #if 0 static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #else ! static char rcsid[] = "$OpenBSD: calendar.c,v 1.12 1998/12/13 07:31:07 pjanzen Exp $"; #endif #endif /* not lint */ --- 43,49 ---- #if 0 static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #else ! static char rcsid[] = "$OpenBSD: calendar.c,v 1.12.6.1 2000/10/06 21:16:11 jason Exp $"; #endif #endif /* not lint */ *************** *** 85,91 **** case '-': /* backward contemptible */ case 'a': if (getuid()) ! errx(1, strerror(EPERM)); doall = 1; break; --- 85,91 ---- case '-': /* backward contemptible */ case 'a': if (getuid()) ! errx(1, "%s", strerror(EPERM)); doall = 1; break;