summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/syscalls.conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /sys/compat/freebsd/syscalls.conf
initial import of NetBSD tree
Diffstat (limited to 'sys/compat/freebsd/syscalls.conf')
-rw-r--r--sys/compat/freebsd/syscalls.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/compat/freebsd/syscalls.conf b/sys/compat/freebsd/syscalls.conf
new file mode 100644
index 00000000000..12354c09868
--- /dev/null
+++ b/sys/compat/freebsd/syscalls.conf
@@ -0,0 +1,12 @@
+# $NetBSD: syscalls.conf,v 1.2 1995/10/10 01:20:55 mycroft Exp $
+
+sysnames="freebsd_syscalls.c"
+sysnumhdr="freebsd_syscall.h"
+syssw="freebsd_sysent.c"
+sysarghdr="freebsd_syscallargs.h"
+compatopts=""
+libcompatopts=""
+
+switchname="freebsd_sysent"
+namesname="freebsd_syscallnames"
+constprefix="FREEBSD_SYS_"