summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2011-03-01 13:30:23 +0000
committerrwatson <rwatson@FreeBSD.org>2011-03-01 13:30:23 +0000
commit9c02915234c317ba178e887f521926a0aa91600d (patch)
treedb80786b1bfac22e57e37bef715346b39b6f1255 /sys/sys/syscall.h
parentfa27828ce8c7d01494255e04302a6c6399f9b05c (diff)
downloadFreeBSD-src-9c02915234c317ba178e887f521926a0aa91600d.zip
FreeBSD-src-9c02915234c317ba178e887f521926a0aa91600d.tar.gz
Regenerate system call files following addition of cap_enter(2),
cap_getmode(2), and capabilities.conf. Reviewed by: anderson Discussed with: benl, kris, pjd Obtained from: Capsicum Project Sponsored by: Google, Inc. MFC after: 3 months
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 64e3606..dc9d7a0 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: head/sys/kern/syscalls.master 211998 2010-08-30 14:24:44Z kib
+ * created from FreeBSD: head/sys/kern/syscalls.master 219129 2011-03-01 13:23:37Z rwatson
*/
#define SYS_syscall 0
@@ -430,5 +430,7 @@
#define SYS_msgctl 511
#define SYS_shmctl 512
#define SYS_lpathconf 513
+#define SYS_cap_enter 516
+#define SYS_cap_getmode 517
#define SYS_pselect 522
#define SYS_MAXSYSCALL 523
OpenPOWER on IntegriCloud