summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/netbsd_syscall.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1999-09-12 14:35:22 +0000
committerkstailey <kstailey@cvs.openbsd.org>1999-09-12 14:35:22 +0000
commit32a51369368a4f765e6e4ea2d3e323b3d36ee4d8 (patch)
tree579dcfb6cd0d8f23c809e7696c0789089b008e86 /sys/compat/netbsd/netbsd_syscall.h
parent1818c377b0be54ded7a62a7685eb64d6883384e6 (diff)
regen
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