summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-12-16 00:48:52 +0000
committermarcel <marcel@FreeBSD.org>2002-12-16 00:48:52 +0000
commit4451a382e76f3c232013beb139a71fa5834d17c3 (patch)
tree08915331014a8a3a9545bc96e690b11ae5fda954 /sys
parentacabcb7b662f27a441e74691ae8b8f6db7ed08cc (diff)
downloadFreeBSD-src-4451a382e76f3c232013beb139a71fa5834d17c3.zip
FreeBSD-src-4451a382e76f3c232013beb139a71fa5834d17c3.tar.gz
Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/ia32/syscalls.master2
-rw-r--r--sys/compat/freebsd32/syscalls.master2
-rw-r--r--sys/ia64/ia32/syscalls.master2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master
index d30b591..b73a65f 100644
--- a/sys/amd64/ia32/syscalls.master
+++ b/sys/amd64/ia32/syscalls.master
@@ -594,4 +594,4 @@
421 UNIMPL BSD getcontext
422 UNIMPL BSD setcontext
423 UNIMPL BSD swapcontext
-424 MNOPROTO BSD swapoff
+424 UNIMPL BSD swapoff
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index d30b591..b73a65f 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -594,4 +594,4 @@
421 UNIMPL BSD getcontext
422 UNIMPL BSD setcontext
423 UNIMPL BSD swapcontext
-424 MNOPROTO BSD swapoff
+424 UNIMPL BSD swapoff
diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master
index d30b591..b73a65f 100644
--- a/sys/ia64/ia32/syscalls.master
+++ b/sys/ia64/ia32/syscalls.master
@@ -594,4 +594,4 @@
421 UNIMPL BSD getcontext
422 UNIMPL BSD setcontext
423 UNIMPL BSD swapcontext
-424 MNOPROTO BSD swapoff
+424 UNIMPL BSD swapoff
OpenPOWER on IntegriCloud