Module Name:    src
Committed By:   christos
Date:           Thu May 10 01:25:25 UTC 2012

Modified Files:
        src/usr.bin/login: common.c

Log Message:
dead for sigint


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/login/common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/login/common.c
diff -u src/usr.bin/login/common.c:1.4 src/usr.bin/login/common.c:1.5
--- src/usr.bin/login/common.c:1.4	Sun Apr 22 19:26:19 2012
+++ src/usr.bin/login/common.c	Wed May  9 21:25:24 2012
@@ -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 @@ motd(const char *fname)
 }
 
 /* ARGSUSED */
-void
+void __dead
 sigint(int signo)
 {
 

Reply via email to