diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-12-11 17:45:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-12-11 17:45:53 +0000 |
commit | 41228c00af22dc6690926d3f6dd02b513d292683 (patch) | |
tree | 9d212692181ba6362025d87ddba5ee95d389cce8 /sys | |
parent | 8f2222342e1c014a91d47b605132412955e97199 (diff) |
Do not include sys/cdefs.h twice; Bjorn Sandell
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/signal.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/signal.h b/sys/sys/signal.h index d3bbe313b8c..cff164c23a6 100644 --- a/sys/sys/signal.h +++ b/sys/sys/signal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: signal.h,v 1.9 1998/02/03 20:08:21 deraadt Exp $ */ +/* $OpenBSD: signal.h,v 1.10 2001/12/11 17:45:52 millert Exp $ */ /* $NetBSD: signal.h,v 1.21 1996/02/09 18:25:32 christos Exp $ */ /* @@ -148,9 +148,6 @@ struct sigaction { #define SIG_SETMASK 3 /* set specified signal set */ #ifndef _POSIX_SOURCE -#ifndef _KERNEL -#include <sys/cdefs.h> -#endif typedef void (*sig_t) __P((int)); /* type of signal function */ /* |