summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2007-05-29 01:02:22 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2007-05-29 01:02:22 +0000
commit85b845ac8e8f5412669fc299f45d8e5a32f5ec19 (patch)
tree26d52d05bd6442b017dc10fb952c6f98dda3492a /bin
parent23eb4d2c3f3016c2268bf9c139061f993f78483b (diff)
remove compat netbsd stuff
Diffstat (limited to 'bin')
-rw-r--r--bin/systrace/openbsd-syscalls.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/systrace/openbsd-syscalls.c b/bin/systrace/openbsd-syscalls.c
index 53eabec7e22..13c095ad1d3 100644
--- a/bin/systrace/openbsd-syscalls.c
+++ b/bin/systrace/openbsd-syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: openbsd-syscalls.c,v 1.31 2006/07/02 12:34:15 sturm Exp $ */
+/* $OpenBSD: openbsd-syscalls.c,v 1.32 2007/05/29 01:02:21 otto Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -35,7 +35,6 @@
#include <compat/bsdos/bsdos_syscall.h>
#include <compat/freebsd/freebsd_syscall.h>
-#include <compat/netbsd/netbsd_syscall.h>
#if defined(__hppa__) || defined(__m68k__)
#include <compat/hpux/hpux_syscall.h>
#endif
@@ -59,7 +58,6 @@
#include <compat/bsdos/bsdos_syscalls.c>
#include <compat/freebsd/freebsd_syscalls.c>
-#include <compat/netbsd/netbsd_syscalls.c>
#if defined(__hppa__) || defined(__m68k__)
#include <compat/hpux/hpux_syscalls.c>
#endif
@@ -113,7 +111,6 @@ static struct emulation emulations[] = {
{ "ultrix", ultrix_syscallnames, ULTRIX_SYS_MAXSYSCALL },
{ "bsdos", bsdos_syscallnames, BSDOS_SYS_MAXSYSCALL },
{ "freebsd", freebsd_syscallnames, FREEBSD_SYS_MAXSYSCALL },
- { "netbsd", netbsd_syscallnames, NETBSD_SYS_MAXSYSCALL },
{ NULL, NULL, 0 }
};