=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/login/login.c,v retrieving revision 1.51 retrieving revision 1.52 diff -c -r1.51 -r1.52 *** src/usr.bin/login/login.c 2003/08/12 13:14:58 1.51 --- src/usr.bin/login/login.c 2003/11/09 20:13:57 1.52 *************** *** 1,4 **** ! /* $OpenBSD: login.c,v 1.51 2003/08/12 13:14:58 hin Exp $ */ /* $NetBSD: login.c,v 1.13 1996/05/15 23:50:16 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: login.c,v 1.52 2003/11/09 20:13:57 otto Exp $ */ /* $NetBSD: login.c,v 1.13 1996/05/15 23:50:16 jtc Exp $ */ /*- *************** *** 73,79 **** #if 0 static const char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif ! static const char rcsid[] = "$OpenBSD: login.c,v 1.51 2003/08/12 13:14:58 hin Exp $"; #endif /* not lint */ /* --- 73,79 ---- #if 0 static const char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif ! static const char rcsid[] = "$OpenBSD: login.c,v 1.52 2003/11/09 20:13:57 otto Exp $"; #endif /* not lint */ /* *************** *** 848,854 **** void sigint(int signo) { ! return; /* just interupt syscall */ } /* ARGSUSED */ --- 848,854 ---- void sigint(int signo) { ! return; /* just interrupt syscall */ } /* ARGSUSED */