summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-08-15 17:25:55 +0000
committerjhb <jhb@FreeBSD.org>2006-08-15 17:25:55 +0000
commit61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f (patch)
tree550041147f024c10adb6304b454f11320e2b4944 /sys/compat/freebsd32
parent3cbb1cf2564c4574c6cd5eb7f6358e8484212eb3 (diff)
downloadFreeBSD-src-61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f.zip
FreeBSD-src-61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f.tar.gz
- Remove unused sysvec variables from various syscalls.conf.
- Send the systrace_args files for all the compat ABIs to /dev/null for now. Right now makesyscalls.sh generates a file with a hardcoded function name, so it wouldn't work for any of the ABIs anyway. Probably the function name should be configurable via a 'systracename' variable and the functions should be stored in a function pointer in the sysvec structure.
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.conf b/sys/compat/freebsd32/syscalls.conf
index 4c65e7d..f163597 100644
--- a/sys/compat/freebsd32/syscalls.conf
+++ b/sys/compat/freebsd32/syscalls.conf
@@ -8,4 +8,4 @@ sysmk="/dev/null"
syscallprefix="FREEBSD32_SYS_"
switchname="freebsd32_sysent"
namesname="freebsd32_syscallnames"
-sysvec="\n"
+systrace="/dev/null"
OpenPOWER on IntegriCloud