diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-01 23:12:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-01 23:12:31 +0000 |
commit | de05b4dda5a61e28195582a1335b4af49b9a118e (patch) | |
tree | 7639a2fc7acd0787e10243368b186381efa62928 /sys/compat/bsdos/bsdos_syscallargs.h | |
parent | ca460fb750902967c5f49621cc46edcec1070155 (diff) |
sys_semconfig goes foom
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscallargs.h')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 7e688142353..7cc0fd17f2d 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscallargs.h,v 1.6 1999/11/13 22:13:43 millert Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.7 2000/05/01 23:12:28 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.6 1999/11/13 22:13:00 millert Exp + * created from OpenBSD: syscalls.master,v 1.7 2000/05/01 23:10:58 deraadt Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -212,7 +212,6 @@ int sys_undelete __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 |