diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-12-29 20:33:26 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-12-29 20:33:26 +0000 |
| commit | a95f262c6b67d086d3bffa6c87d4b0c909519d27 (patch) | |
| tree | 5a8c341c1c0ddc2b7f697f6ff99863d65ff0633c | |
| parent | d5f34a784b5d79e1860008649272bc4cda95adb0 (diff) | |
Notes
| -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 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 |
