summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/SYS.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-10-29 10:45:01 +0000
committertjr <tjr@FreeBSD.org>2003-10-29 10:45:01 +0000
commit8366c4708abfc6ebc635c80bd233fb62ae9b90dc (patch)
tree0c4f70781f934d276b897460f13e497bca19523d /lib/libc/alpha/SYS.h
parentf5759b00c40941c8a20fa62306629cc1df0eef5a (diff)
downloadFreeBSD-src-8366c4708abfc6ebc635c80bd233fb62ae9b90dc.zip
FreeBSD-src-8366c4708abfc6ebc635c80bd233fb62ae9b90dc.tar.gz
Remove incomplete support for running FreeBSD userland on old NetBSD kernels
lacking the issetugid() and utrace() syscalls.
Diffstat (limited to 'lib/libc/alpha/SYS.h')
-rw-r--r--lib/libc/alpha/SYS.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/alpha/SYS.h b/lib/libc/alpha/SYS.h
index 5d28260..5365e67 100644
--- a/lib/libc/alpha/SYS.h
+++ b/lib/libc/alpha/SYS.h
@@ -30,11 +30,7 @@
*/
#include <machine/asm.h>
-#ifdef __NETBSD_SYSCALLS
-#include <sys/netbsd_syscall.h>
-#else
#include <sys/syscall.h>
-#endif
#define CALLSYS_ERROR(name) \
CALLSYS_NOERROR(name); \
OpenPOWER on IntegriCloud