diff options
-rw-r--r-- | sys/amd64/ia32/syscalls.master | 4 | ||||
-rw-r--r-- | sys/compat/freebsd32/syscalls.master | 4 | ||||
-rw-r--r-- | sys/ia64/ia32/syscalls.master | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master index b73a65f..ac974a0 100644 --- a/sys/amd64/ia32/syscalls.master +++ b/sys/amd64/ia32/syscalls.master @@ -595,3 +595,7 @@ 422 UNIMPL BSD setcontext 423 UNIMPL BSD swapcontext 424 UNIMPL BSD swapoff +425 UNIMPL BSD __acl_get_link +426 UNIMPL BSD __acl_set_link +427 UNIMPL BSD __acl_delete_link +428 UNIMPL BSD __acl_aclcheck_link diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index b73a65f..ac974a0 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -595,3 +595,7 @@ 422 UNIMPL BSD setcontext 423 UNIMPL BSD swapcontext 424 UNIMPL BSD swapoff +425 UNIMPL BSD __acl_get_link +426 UNIMPL BSD __acl_set_link +427 UNIMPL BSD __acl_delete_link +428 UNIMPL BSD __acl_aclcheck_link diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index b73a65f..ac974a0 100644 --- a/sys/ia64/ia32/syscalls.master +++ b/sys/ia64/ia32/syscalls.master @@ -595,3 +595,7 @@ 422 UNIMPL BSD setcontext 423 UNIMPL BSD swapcontext 424 UNIMPL BSD swapoff +425 UNIMPL BSD __acl_get_link +426 UNIMPL BSD __acl_set_link +427 UNIMPL BSD __acl_delete_link +428 UNIMPL BSD __acl_aclcheck_link |