summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-09-15 17:37:41 +0000
committerobrien <obrien@FreeBSD.org>2008-09-15 17:37:41 +0000
commita842ca36c9307e848dc54110ecdb786c6cee0641 (patch)
tree4322e0c62d4a4ac782d4210a35da372d6f1e58b7 /sys/compat/freebsd32
parent03499dabc8fe279f0391933bde698ea8ed23b076 (diff)
downloadFreeBSD-src-a842ca36c9307e848dc54110ecdb786c6cee0641.zip
FreeBSD-src-a842ca36c9307e848dc54110ecdb786c6cee0641.tar.gz
Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was made
"obsolete, not included in system", where as the system call does exist.
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 443c84b..4f3780f 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -179,7 +179,7 @@
struct itimerval32 *oitv); }
84 AUE_NULL OBSOL owait
; XXX implement
-85 AUE_SWAPON OBSOL oswapon
+85 AUE_SWAPON NOPROTO { int swapon(char *name); }
86 AUE_GETITIMER STD { int freebsd32_getitimer(u_int which, \
struct itimerval32 *itv); }
87 AUE_O_GETHOSTNAME OBSOL ogethostname
OpenPOWER on IntegriCloud