aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-12-29 20:25:54 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-12-29 20:25:54 +0000
commitb1f4acd8ac5cd515ee9f57d9ea6409bbec70c947 (patch)
tree685f5b9940fbe7be6351a38a27e52db5e02182b4 /sys/kern/syscalls.master
parent38dbec43637ff0e10f8651ae31ed9ea8fbba9419 (diff)
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 014427491ed6..213055f5ab55 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)