Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/usr.bin/login Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/c8ae3d00f0b5
branches: netbsd-6
changeset: 774121:c8ae3d00f0b5
user: riz <riz%NetBSD.org@localhost>
date: Fri May 18 17:02:31 2012 +0000
description:
Pull up following revision(s) (requested by christos in ticket #257):
usr.bin/login/common.c: revision 1.5
dead for sigint
diffstat:
usr.bin/login/common.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b5f5bd9ab4a8 -r c8ae3d00f0b5 usr.bin/login/common.c
--- a/usr.bin/login/common.c Fri May 18 16:56:26 2012 +0000
+++ b/usr.bin/login/common.c Fri May 18 17:02:31 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: common.c,v 1.3.8.1 2012/05/07 16:24:07 riz Exp $ */
+/* $NetBSD: common.c,v 1.3.8.2 2012/05/18 17:02:31 riz Exp $ */
/*-
* Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994
@@ -29,7 +29,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: common.c,v 1.3.8.1 2012/05/07 16:24:07 riz Exp $");
+__RCSID("$NetBSD: common.c,v 1.3.8.2 2012/05/18 17:02:31 riz Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -147,7 +147,7 @@
}
/* ARGSUSED */
-void
+void __dead
sigint(int signo)
{
Home |
Main Index |
Thread Index |
Old Index