summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>1999-12-19 06:08:07 +0000
committerrwatson <rwatson@FreeBSD.org>1999-12-19 06:08:07 +0000
commit4b6baecfc724bac12be9de99924e828b1e68046e (patch)
treeccf64e27cf5f979dcaaf7e55bb2a486df8b3f567 /sys/sys/syscall.h
parent114c517da1a1c0bab8d9fa884b67102ec0768fa1 (diff)
downloadFreeBSD-src-4b6baecfc724bac12be9de99924e828b1e68046e.zip
FreeBSD-src-4b6baecfc724bac12be9de99924e828b1e68046e.tar.gz
Second pass commit to introduce new ACL and Extended Attribute system
calls, vnops, vfsops, both in /kern, and to individual file systems that require a vfsop_ array entry. Reviewed by: eivind
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 5452b90..d438e57 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -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
*/
#define SYS_syscall 0
@@ -267,4 +267,16 @@
#define SYS_sigaction 342
#define SYS_sigpending 343
#define SYS_sigreturn 344
-#define SYS_MAXSYSCALL 347
+#define SYS_acl_syscall_get_file 347
+#define SYS_acl_syscall_set_file 348
+#define SYS_acl_syscall_get_fd 349
+#define SYS_acl_syscall_set_fd 350
+#define SYS_acl_syscall_delete_file 351
+#define SYS_acl_syscall_delete_fd 352
+#define SYS_acl_syscall_aclcheck_file 353
+#define SYS_acl_syscall_aclcheck_fd 354
+#define SYS_extattrctl 355
+#define SYS_extattr_set_file 356
+#define SYS_extattr_get_file 357
+#define SYS_extattr_delete_file 358
+#define SYS_MAXSYSCALL 359
OpenPOWER on IntegriCloud