diff options
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscallargs.h')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index ad8b4a0e128..e0b22cbf576 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.13 2003/05/10 17:55:53 miod Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.14 2004/01/14 05:26:56 tedu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp + * created from OpenBSD: syscalls.master,v 1.12 2004/01/14 05:23:25 tedu Exp */ #ifdef syscallarg @@ -91,7 +91,7 @@ int sys_getlogin(struct proc *, void *, register_t *); int sys_setlogin(struct proc *, void *, register_t *); int sys_acct(struct proc *, void *, register_t *); int sys_sigpending(struct proc *, void *, register_t *); -int sys_sigaltstack(struct proc *, void *, register_t *); +int sys_osigaltstack(struct proc *, void *, register_t *); int bsdos_sys_ioctl(struct proc *, void *, register_t *); int sys_reboot(struct proc *, void *, register_t *); int sys_revoke(struct proc *, void *, register_t *); |