summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd/netbsd_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscallargs.h')
-rw-r--r--sys/compat/netbsd/netbsd_syscallargs.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/compat/netbsd/netbsd_syscallargs.h b/sys/compat/netbsd/netbsd_syscallargs.h
index 9baf0bf7a16..fc8ce38dfc7 100644
--- a/sys/compat/netbsd/netbsd_syscallargs.h
+++ b/sys/compat/netbsd/netbsd_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: netbsd_syscallargs.h,v 1.1 1999/09/12 14:19:58 kstailey Exp $ */
+/* $OpenBSD: netbsd_syscallargs.h,v 1.2 1999/09/12 14:35:21 kstailey Exp $ */
/*
* System call argument lists.
*
* 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
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -280,18 +280,6 @@ int sys_clock_gettime __P((struct proc *, void *, register_t *));
int sys_clock_settime __P((struct proc *, void *, register_t *));
int sys_clock_getres __P((struct proc *, void *, register_t *));
int sys_nanosleep __P((struct proc *, void *, register_t *));
-#ifdef SYSVSEM
-int sys___semctl __P((struct proc *, void *, register_t *));
-#else
-#endif
-#ifdef SYSVSHM
-int sys_shmctl __P((struct proc *, void *, register_t *));
-#else
-#endif
-#ifdef SYSVMSG
-int sys_msgctl __P((struct proc *, void *, register_t *));
-#else
-#endif
int sys_minherit __P((struct proc *, void *, register_t *));
int sys_lchown __P((struct proc *, void *, register_t *));
int sys_msync __P((struct proc *, void *, register_t *));