diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master index b73a65f4639a..ac974a0e0da5 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 b73a65f4639a..ac974a0e0da5 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 b73a65f4639a..ac974a0e0da5 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