=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/last/last.c,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/last/last.c 2003/04/14 02:04:58 1.23 --- src/usr.bin/last/last.c 2003/04/25 07:13:55 1.24 *************** *** 1,4 **** ! /* $OpenBSD: last.c,v 1.23 2003/04/14 02:04:58 deraadt Exp $ */ /* $NetBSD: last.c,v 1.6 1994/12/24 16:49:02 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: last.c,v 1.24 2003/04/25 07:13:55 tedu Exp $ */ /* $NetBSD: last.c,v 1.6 1994/12/24 16:49:02 cgd Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94"; #endif ! static char rcsid[] = "$OpenBSD: last.c,v 1.23 2003/04/14 02:04:58 deraadt Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94"; #endif ! static char rcsid[] = "$OpenBSD: last.c,v 1.24 2003/04/25 07:13:55 tedu Exp $"; #endif /* not lint */ #include *************** *** 633,639 **** timet = mktime(t); if (timet == -1) terr: errx(1, ! "out of range or illegal time specification: [[[CC]YY[MMDD]hhmm[.SS]"); return (timet); } --- 633,639 ---- timet = mktime(t); if (timet == -1) terr: errx(1, ! "out of range or illegal time specification: [[[CC]YY]MMDD]hhmm[.SS]"); return (timet); }