Module Name:    src
Committed By:   skrll
Date:           Sun Jan  2 18:07:02 UTC 2011

Modified Files:
        src/sys/arch/hppa/include: signal.h

Log Message:
__HAVE_SIGINFO has not been required/used for a long time now.

Prompted by uwe@


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/include/signal.h

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

Modified files:

Index: src/sys/arch/hppa/include/signal.h
diff -u src/sys/arch/hppa/include/signal.h:1.5 src/sys/arch/hppa/include/signal.h:1.6
--- src/sys/arch/hppa/include/signal.h:1.5	Sun Dec 11 12:17:37 2005
+++ src/sys/arch/hppa/include/signal.h	Sun Jan  2 18:07:02 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: signal.h,v 1.5 2005/12/11 12:17:37 christos Exp $	*/
+/*	$NetBSD: signal.h,v 1.6 2011/01/02 18:07:02 skrll Exp $	*/
 
 /*	$OpenBSD: signal.h,v 1.1 1998/06/23 19:45:27 mickey Exp $	*/
 
@@ -36,8 +36,6 @@
 
 typedef int sig_atomic_t;
 
-#define __HAVE_SIGINFO
-
 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
 #include <machine/trap.h>	/* codes for SIGILL, SIGFPE */
 #endif

Reply via email to