aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_syscalls.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2011-03-01 13:30:23 +0000
committerRobert Watson <rwatson@FreeBSD.org>2011-03-01 13:30:23 +0000
commitddfe0c2ba4320125e5a2614f7079923ba22d9571 (patch)
treedb80786b1bfac22e57e37bef715346b39b6f1255 /sys/compat/freebsd32/freebsd32_syscalls.c
parent08e6d9fad8435f26e911b7fbd3dd59e3249e1d60 (diff)
downloadsrc-ddfe0c2ba4320125e5a2614f7079923ba22d9571.tar.gz
src-ddfe0c2ba4320125e5a2614f7079923ba22d9571.zip
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
Notes
Notes: svn path=/head/; revision=219132
Diffstat (limited to 'sys/compat/freebsd32/freebsd32_syscalls.c')
-rw-r--r--sys/compat/freebsd32/freebsd32_syscalls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c
index 7a9ae8b19d74..bf17a25d5486 100644
--- a/sys/compat/freebsd32/freebsd32_syscalls.c
+++ b/sys/compat/freebsd32/freebsd32_syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 209579 2010-06-28 18:06:46Z kib
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 219129 2011-03-01 13:23:37Z rwatson
*/
const char *freebsd32_syscallnames[] = {
@@ -539,8 +539,8 @@ const char *freebsd32_syscallnames[] = {
"lpathconf", /* 513 = lpathconf */
"#514", /* 514 = cap_new */
"#515", /* 515 = cap_getrights */
- "#516", /* 516 = cap_enter */
- "#517", /* 517 = cap_getmode */
+ "cap_enter", /* 516 = cap_enter */
+ "cap_getmode", /* 517 = cap_getmode */
"#518", /* 518 = pdfork */
"#519", /* 519 = pdkill */
"#520", /* 520 = pdgetpid */