aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>1999-12-19 06:08:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>1999-12-19 06:08:07 +0000
commit91f37dcba1648b1f24e2913c3ab78fc4eae35991 (patch)
tree433e8c666e5e40e6718b75b8dea03e89c87cf17b /sys/kern/syscalls.c
parentef351daa32c4ddea1b65bdda2844b932e6c2eb2b (diff)
Notes
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 9fe3e560abdad..a0c55e4106d19 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.67 1999/11/17 21:32:33 brian Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.68 1999/12/19 05:54:46 rwatson Exp
*/
char *syscallnames[] = {
@@ -354,4 +354,16 @@ char *syscallnames[] = {
"sigreturn", /* 344 = sigreturn */
"#345", /* 345 = sigtimedwait */
"#346", /* 346 = sigwaitinfo */
+ "acl_syscall_get_file", /* 347 = acl_syscall_get_file */
+ "acl_syscall_set_file", /* 348 = acl_syscall_set_file */
+ "acl_syscall_get_fd", /* 349 = acl_syscall_get_fd */
+ "acl_syscall_set_fd", /* 350 = acl_syscall_set_fd */
+ "acl_syscall_delete_file", /* 351 = acl_syscall_delete_file */
+ "acl_syscall_delete_fd", /* 352 = acl_syscall_delete_fd */
+ "acl_syscall_aclcheck_file", /* 353 = acl_syscall_aclcheck_file */
+ "acl_syscall_aclcheck_fd", /* 354 = acl_syscall_aclcheck_fd */
+ "extattrctl", /* 355 = extattrctl */
+ "extattr_set_file", /* 356 = extattr_set_file */
+ "extattr_get_file", /* 357 = extattr_get_file */
+ "extattr_delete_file", /* 358 = extattr_delete_file */
};