summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-06-15 23:27:18 +0000
committerrwatson <rwatson@FreeBSD.org>2000-06-15 23:27:18 +0000
commitc212f66e85f1a5b4106672332346e4bbd440beb1 (patch)
tree1fb43ba2d8d30943953a4f6dcb225ea9d10cd0f0 /sys/sys/syscall.h
parent1a7fb1d7f525929fa5172be7f7a5ebe78466e7ab (diff)
downloadFreeBSD-src-c212f66e85f1a5b4106672332346e4bbd440beb1.zip
FreeBSD-src-c212f66e85f1a5b4106672332346e4bbd440beb1.tar.gz
Second of two commits adding capability manipulation syscalls for
processes. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 97ac1b3..08b86c4 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.76 2000/05/09 08:31:06 bde Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.77 2000/06/15 23:08:17 rwatson Exp
*/
#define SYS_syscall 0
@@ -285,4 +285,6 @@
#define SYS_getresgid 361
#define SYS_kqueue 362
#define SYS_kevent 363
-#define SYS_MAXSYSCALL 364
+#define SYS___cap_get_proc 364
+#define SYS___cap_set_proc 365
+#define SYS_MAXSYSCALL 366
OpenPOWER on IntegriCloud