summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-20 07:27:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-20 07:27:53 +0000
commit92504e3cafbabc34ac6c57ad52ab37d5bae07952 (patch)
treeb3f57c29f7a6fa41df88c822f3d98f50dd992a7c /sys
parent9bc73993139fa65aa5206524e371b6a82d2935cd (diff)
pull cdefs.h in sys/signal.h instead; improvement on netbsd pr#2712; laine@mornignstar.com
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/signal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/signal.h b/sys/sys/signal.h
index 7ed8de3d2e1..9aa03a8f33d 100644
--- a/sys/sys/signal.h
+++ b/sys/sys/signal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: signal.h,v 1.3 1996/03/03 12:12:18 niklas Exp $ */
+/* $OpenBSD: signal.h,v 1.4 1996/09/20 07:27:52 deraadt Exp $ */
/* $NetBSD: signal.h,v 1.21 1996/02/09 18:25:32 christos Exp $ */
/*
@@ -44,6 +44,7 @@
#ifndef _SYS_SIGNAL_H_
#define _SYS_SIGNAL_H_
+#include <sys/cdefs.h>
#include <machine/signal.h> /* sigcontext; codes for SIGILL, SIGFPE */
#define _NSIG 32 /* counting 0; could be 33 (mask is 1-32) */