=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/login/failedlogin.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/login/failedlogin.c 1998/07/13 02:11:35 1.5 --- src/usr.bin/login/failedlogin.c 1999/04/20 23:05:41 1.6 *************** *** 1,4 **** ! /* $OpenBSD: failedlogin.c,v 1.5 1998/07/13 02:11:35 millert Exp $ */ /* * Copyright (c) 1996 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: failedlogin.c,v 1.6 1999/04/20 23:05:41 pjanzen Exp $ */ /* * Copyright (c) 1996 Todd C. Miller *************** *** 28,34 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: failedlogin.c,v 1.5 1998/07/13 02:11:35 millert Exp $"; #endif /* not lint */ /* --- 28,34 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: failedlogin.c,v 1.6 1999/04/20 23:05:41 pjanzen Exp $"; #endif /* not lint */ /* *************** *** 121,127 **** if (failedlogin.count > 1) (void)printf("There have been %u unsuccessful login attempts to your account.\n", failedlogin.count); ! (void)printf("Last unsucessful login: %.*s", 24-5, (char *)ctime(&failedlogin.bl_time)); (void)printf(" on %.*s", (int)sizeof(failedlogin.bl_line), --- 121,127 ---- if (failedlogin.count > 1) (void)printf("There have been %u unsuccessful login attempts to your account.\n", failedlogin.count); ! (void)printf("Last unsuccessful login: %.*s", 24-5, (char *)ctime(&failedlogin.bl_time)); (void)printf(" on %.*s", (int)sizeof(failedlogin.bl_line),