summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-10 22:33:27 +0000
committerpeter <peter@FreeBSD.org>2003-12-10 22:33:27 +0000
commit25170ce26a7d8aa945462c9f022ec8639528c0f4 (patch)
tree65ceb5217000856fc012119b41378862c5e9dfb0
parent3db289382302f4be601efb632082611722881842 (diff)
downloadFreeBSD-src-25170ce26a7d8aa945462c9f022ec8639528c0f4.zip
FreeBSD-src-25170ce26a7d8aa945462c9f022ec8639528c0f4.tar.gz
Add missing extattr_list_fd(), extattr_list_file(), extattr_list_link()
and kse_switchin() syscall slots.
-rw-r--r--sys/compat/freebsd32/syscalls.master5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index ce14a17..2b6f7a7 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -629,4 +629,7 @@
434 MNOPROTO BSD { int _umtx_lock(struct umtx *umtx); }
435 MNOPROTO BSD { int _umtx_unlock(struct umtx *umtx); }
436 MNOPROTO BSD { int jail_attach(int jid); }
-
+437 UNIMPL BSD extattr_list_fd
+438 UNIMPL BSD extattr_list_file
+439 UNIMPL BSD extattr_list_link
+440 UNIMPL BSD kse_switchin
OpenPOWER on IntegriCloud