summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2009-04-29 21:50:13 +0000
committerjamie <jamie@FreeBSD.org>2009-04-29 21:50:13 +0000
commit8fbb51e63754407583af36cbc775f8f3bae6b1e7 (patch)
treeb33c98052386114feee39cfc6b8fc768c5ae1578 /sys/kern/init_sysent.c
parent3dc3901e620940ba07bb79d79b198c33373f9f97 (diff)
downloadFreeBSD-src-8fbb51e63754407583af36cbc775f8f3bae6b1e7.zip
FreeBSD-src-8fbb51e63754407583af36cbc775f8f3bae6b1e7.tar.gz
Regen for new jail system calls in r191673.
Approved by: bz (mentor)
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index fe53ac3..964d2b6 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 184789 2008-11-09 10:45:13Z ed
+ * created from FreeBSD: head/sys/kern/syscalls.master 191673 2009-04-29 21:14:15Z jamie
*/
#include "opt_compat.h"
@@ -534,4 +534,7 @@ struct sysent sysent[] = {
{ AS(unlinkat_args), (sy_call_t *)unlinkat, AUE_UNLINKAT, NULL, 0, 0 }, /* 503 = unlinkat */
{ AS(posix_openpt_args), (sy_call_t *)posix_openpt, AUE_POSIX_OPENPT, NULL, 0, 0 }, /* 504 = posix_openpt */
{ AS(gssd_syscall_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 505 = gssd_syscall */
+ { AS(jail_get_args), (sy_call_t *)jail_get, AUE_NULL, NULL, 0, 0 }, /* 506 = jail_get */
+ { AS(jail_set_args), (sy_call_t *)jail_set, AUE_NULL, NULL, 0, 0 }, /* 507 = jail_set */
+ { AS(jail_remove_args), (sy_call_t *)jail_remove, AUE_NULL, NULL, 0, 0 }, /* 508 = jail_remove */
};
OpenPOWER on IntegriCloud