summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd/netbsd_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscall.h')
-rw-r--r--sys/compat/netbsd/netbsd_syscall.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h
index 00f38016a07..9add4ba48e3 100644
--- a/sys/compat/netbsd/netbsd_syscall.h
+++ b/sys/compat/netbsd/netbsd_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: netbsd_syscall.h,v 1.1 1999/09/12 14:19:58 kstailey Exp $ */
+/* $OpenBSD: netbsd_syscall.h,v 1.2 1999/09/12 14:35:21 kstailey Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.1 1999/09/12 14:15:17 kstailey Exp
+ * created from; OpenBSD: syscalls.master,v 1.2 1999/09/12 14:34:18 kstailey Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -616,15 +616,6 @@
/* syscall: "nanosleep" ret: "int" args: "const struct timespec *" "struct timespec *" */
#define NETBSD_SYS_nanosleep 240
-/* syscall: "__semctl" ret: "int" args: "int" "int" "int" "union semun *" */
-#define NETBSD_SYS___semctl 257
-
-/* syscall: "shmctl" ret: "int" args: "int" "int" "struct shmid_ds *" */
-#define NETBSD_SYS_shmctl 258
-
-/* syscall: "msgctl" ret: "int" args: "int" "int" "struct msqid_ds *" */
-#define NETBSD_SYS_msgctl 259
-
/* syscall: "minherit" ret: "int" args: "void *" "size_t" "int" */
#define NETBSD_SYS_minherit 273