summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 8ecac7c..9050b01 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from $Id: syscalls.master,v 1.6 1994/09/01 05:12:42 davidg Exp $
+ * created from $Id: syscalls.master,v 1.7 1994/09/13 00:48:19 wollman Exp $
*/
char *syscallnames[] = {
@@ -195,8 +195,16 @@ char *syscallnames[] = {
"rtprio", /* 166 = rtprio */
"#167", /* 167 = nosys */
"#168", /* 168 = nosys */
+#ifdef SYSVSEM
+ "semsys", /* 169 = semsys */
+#else
"#169", /* 169 = nosys */
+#endif
+#ifdef SYSVMSG
+ "msgsys", /* 170 = msgsys */
+#else
"#170", /* 170 = nosys */
+#endif
#ifdef SYSVSHM
"shmsys", /* 171 = shmsys */
#else
OpenPOWER on IntegriCloud