summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_xenix_sysent.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-07-06 21:33:14 +0000
committerjhb <jhb@FreeBSD.org>2006-07-06 21:33:14 +0000
commite216ca9f3b6f519828cacb70aade623085f80127 (patch)
tree5868028e12d178477d81f6f8cb5aeb8df31238ed /sys/i386/ibcs2/ibcs2_xenix_sysent.c
parent54c687571c8f72bead8ce1053420ca0930c940ec (diff)
downloadFreeBSD-src-e216ca9f3b6f519828cacb70aade623085f80127.zip
FreeBSD-src-e216ca9f3b6f519828cacb70aade623085f80127.tar.gz
Regen.
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_xenix_sysent.c')
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix_sysent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/ibcs2/ibcs2_xenix_sysent.c b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
index 0a21852..4b97af3 100644
--- a/sys/i386/ibcs2/ibcs2_xenix_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.11 2006/02/05 23:28:01 rwatson Exp
+ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.12 2006/07/06 21:32:20 jhb Exp
*/
#include <bsm/audit_kevents.h>
@@ -61,8 +61,8 @@ struct sysent xenix_sysent[] = {
{ SYF_MPSAFE | AS(ibcs2_sigprocmask_args), (sy_call_t *)ibcs2_sigprocmask, AUE_NULL }, /* 40 = ibcs2_sigprocmask */
{ SYF_MPSAFE | AS(ibcs2_sigpending_args), (sy_call_t *)ibcs2_sigpending, AUE_NULL }, /* 41 = ibcs2_sigpending */
{ SYF_MPSAFE | AS(ibcs2_sigsuspend_args), (sy_call_t *)ibcs2_sigsuspend, AUE_NULL }, /* 42 = ibcs2_sigsuspend */
- { AS(ibcs2_getgroups_args), (sy_call_t *)ibcs2_getgroups, AUE_GETGROUPS }, /* 43 = ibcs2_getgroups */
- { AS(ibcs2_setgroups_args), (sy_call_t *)ibcs2_setgroups, AUE_SETGROUPS }, /* 44 = ibcs2_setgroups */
+ { SYF_MPSAFE | AS(ibcs2_getgroups_args), (sy_call_t *)ibcs2_getgroups, AUE_GETGROUPS }, /* 43 = ibcs2_getgroups */
+ { SYF_MPSAFE | AS(ibcs2_setgroups_args), (sy_call_t *)ibcs2_setgroups, AUE_SETGROUPS }, /* 44 = ibcs2_setgroups */
{ SYF_MPSAFE | AS(ibcs2_sysconf_args), (sy_call_t *)ibcs2_sysconf, AUE_NULL }, /* 45 = ibcs2_sysconf */
{ SYF_MPSAFE | AS(ibcs2_pathconf_args), (sy_call_t *)ibcs2_pathconf, AUE_PATHCONF }, /* 46 = ibcs2_pathconf */
{ SYF_MPSAFE | AS(ibcs2_fpathconf_args), (sy_call_t *)ibcs2_fpathconf, AUE_FPATHCONF }, /* 47 = ibcs2_fpathconf */
OpenPOWER on IntegriCloud