summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_sysent.c')
-rw-r--r--sys/compat/svr4/svr4_sysent.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c
index c50cb80..ea67f1b 100644
--- a/sys/compat/svr4/svr4_sysent.c
+++ b/sys/compat/svr4/svr4_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.17 2005/05/30 15:09:17 rwatson Exp
+ * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.18 2005/07/13 15:14:33 jhb Exp
*/
#include <bsm/audit_kevents.h>
@@ -69,15 +69,11 @@ struct sysent svr4_sysent[] = {
{ SYF_MPSAFE | AS(setgid_args), (sy_call_t *)setgid, AUE_NULL }, /* 46 = setgid */
{ SYF_MPSAFE | 0, (sy_call_t *)getgid, AUE_NULL }, /* 47 = getgid */
{ SYF_MPSAFE | AS(svr4_sys_signal_args), (sy_call_t *)svr4_sys_signal, AUE_NULL }, /* 48 = svr4_sys_signal */
-#if defined(NOTYET)
{ AS(svr4_sys_msgsys_args), (sy_call_t *)svr4_sys_msgsys, AUE_NULL }, /* 49 = svr4_sys_msgsys */
-#else
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 49 = msgsys */
-#endif
{ AS(svr4_sys_sysarch_args), (sy_call_t *)svr4_sys_sysarch, AUE_NULL }, /* 50 = svr4_sys_sysarch */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 51 = acct */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 52 = shmsys */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 53 = semsys */
+ { AS(svr4_sys_shmsys_args), (sy_call_t *)svr4_sys_shmsys, AUE_NULL }, /* 52 = svr4_sys_shmsys */
+ { AS(svr4_sys_semsys_args), (sy_call_t *)svr4_sys_semsys, AUE_NULL }, /* 53 = svr4_sys_semsys */
{ AS(svr4_sys_ioctl_args), (sy_call_t *)svr4_sys_ioctl, AUE_NULL }, /* 54 = svr4_sys_ioctl */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 55 = uadmin */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 56 = exch */
OpenPOWER on IntegriCloud