Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/login dead for sigint
details: https://anonhg.NetBSD.org/src/rev/972b0b20f025
branches: trunk
changeset: 779197:972b0b20f025
user: christos <christos%NetBSD.org@localhost>
date: Thu May 10 01:25:24 2012 +0000
description:
dead for sigint
diffstat:
usr.bin/login/common.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a34f0c03d982 -r 972b0b20f025 usr.bin/login/common.c
--- a/usr.bin/login/common.c Wed May 09 22:46:25 2012 +0000
+++ b/usr.bin/login/common.c Thu May 10 01:25:24 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: common.c,v 1.4 2012/04/22 23:26:19 christos Exp $ */
+/* $NetBSD: common.c,v 1.5 2012/05/10 01:25:24 christos 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.4 2012/04/22 23:26:19 christos Exp $");
+__RCSID("$NetBSD: common.c,v 1.5 2012/05/10 01:25:24 christos 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