diff options
-rw-r--r-- | sys/kern/syscalls.master | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 0144274..213055f 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -613,6 +613,14 @@ 423 MSTD BSD { int swapcontext(struct __ucontext *oucp, \ const struct __ucontext *ucp); } 424 MSTD BSD { int swapoff(const char *name); } +425 MSTD BSD { int __acl_get_link(const char *path, \ + acl_type_t type, struct acl *aclp); } +426 MSTD BSD { int __acl_set_link(const char *path, \ + acl_type_t type, struct acl *aclp); } +427 MSTD BSD { int __acl_delete_link(const char *path, \ + acl_type_t type); } +428 MSTD BSD { int __acl_aclcheck_link(const char *path, \ + acl_type_t type, struct acl *aclp); } ; Please copy any additions and changes to the following compatability tables: ; sys/ia64/ia32/syscalls.master (take a best guess) |