-/* $OpenBSD: signal.h,v 1.2 1996/03/18 19:15:53 niklas Exp $ */
+/* $OpenBSD: signal.h,v 1.3 1996/09/20 07:27:50 deraadt Exp $ */
/* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */
/*-
#ifndef _USER_SIGNAL_H
#define _USER_SIGNAL_H
-#include <sys/cdefs.h>
#include <sys/signal.h>
#if !defined(_ANSI_SOURCE)
-/* $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 $ */
/*
#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) */