=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/last/last.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/last/last.c 1998/03/10 00:50:40 1.9 --- src/usr.bin/last/last.c 1998/04/25 00:40:18 1.10 *************** *** 1,4 **** ! /* $OpenBSD: last.c,v 1.9 1998/03/10 00:50:40 downsj Exp $ */ /* $NetBSD: last.c,v 1.6 1994/12/24 16:49:02 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: last.c,v 1.10 1998/04/25 00:40:18 deraadt 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.9 1998/03/10 00:50:40 downsj 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.10 1998/04/25 00:40:18 deraadt Exp $"; #endif /* not lint */ #include *************** *** 418,424 **** asctime(gmtime(&total))+11); } ct = ctime(&buf[0].ut_time); ! printf("\nwtmp begins %10.10s %*.*s \n", ct, timesize, timesize, ct + 11); } /* --- 418,425 ---- asctime(gmtime(&total))+11); } ct = ctime(&buf[0].ut_time); ! printf("\nwtmp begins %10.10s %*.*s %4.4s\n", ct, timesize, timesize, ! ct + 11, ct + 20); } /*