summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_syscallargs.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-01 23:12:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-01 23:12:31 +0000
commitde05b4dda5a61e28195582a1335b4af49b9a118e (patch)
tree7639a2fc7acd0787e10243368b186381efa62928 /sys/compat/freebsd/freebsd_syscallargs.h
parentca460fb750902967c5f49621cc46edcec1070155 (diff)
sys_semconfig goes foom
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index 1ee6117ae7f..307a3ebae47 100644
--- a/sys/compat/freebsd/freebsd_syscallargs.h
+++ b/sys/compat/freebsd/freebsd_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscallargs.h,v 1.13 1999/10/27 07:33:43 niklas Exp $ */
+/* $OpenBSD: freebsd_syscallargs.h,v 1.14 2000/05/01 23:12:29 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.12 1999/10/27 07:32:55 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.13 2000/05/01 23:10:58 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -438,7 +438,6 @@ int sys_poll __P((struct proc *, void *, register_t *));
int sys___semctl __P((struct proc *, void *, register_t *));
int sys_semget __P((struct proc *, void *, register_t *));
int sys_semop __P((struct proc *, void *, register_t *));
-int sys_semconfig __P((struct proc *, void *, register_t *));
#else
#endif
#ifdef SYSVMSG