summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-05-12 05:04:46 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-05-12 05:04:46 +0000
commit73dbd3da73d83f2bace8bfd2e4e33740ef82acf2 (patch)
tree9e7fa374ce86cf10beca9d2dca94fc077a700745 /sys/kern/kern_sig.c
parente93187482d667fe21125d66ac377260d73a11819 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index aec3296dfc9e..b3cafca56756 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -81,10 +81,6 @@ __FBSDID("$FreeBSD$");
#include <security/audit/audit.h>
-#if defined (__alpha__) && !defined(COMPAT_43)
-#error "You *really* need COMPAT_43 on the alpha for longjmp(3)"
-#endif
-
#define ONSIG 32 /* NSIG for osig* syscalls. XXX. */
static int coredump(struct thread *);
@@ -905,7 +901,7 @@ osigaction(td, uap)
return (error);
}
-#if !defined(__i386__) && !defined(__alpha__)
+#if !defined(__i386__)
/* Avoid replicating the same stub everywhere */
int
osigreturn(td, uap)