summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-07-13 20:38:52 +0000
committerrwatson <rwatson@FreeBSD.org>2000-07-13 20:38:52 +0000
commit1a2da9c569393657e716341d0de1a0a7194a3cb0 (patch)
tree80b672c3d38305575fa192ef2156bfe6e9b06c63 /sys/sys/syscall.h
parentd8fbcbd787338261d16d69869a895993583c0c65 (diff)
downloadFreeBSD-src-1a2da9c569393657e716341d0de1a0a7194a3cb0.zip
FreeBSD-src-1a2da9c569393657e716341d0de1a0a7194a3cb0.tar.gz
o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls to
modify capability sets on files. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 08b86c4..bf474c0 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.77 2000/06/15 23:08:17 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.78 2000/07/13 20:31:24 rwatson Exp
*/
#define SYS_syscall 0
@@ -287,4 +287,8 @@
#define SYS_kevent 363
#define SYS___cap_get_proc 364
#define SYS___cap_set_proc 365
-#define SYS_MAXSYSCALL 366
+#define SYS___cap_get_fd 366
+#define SYS___cap_get_file 367
+#define SYS___cap_set_fd 368
+#define SYS___cap_set_file 369
+#define SYS_MAXSYSCALL 370
OpenPOWER on IntegriCloud