diff options
Diffstat (limited to 'sys/compat/sunos/sunos_syscallargs.h')
-rw-r--r-- | sys/compat/sunos/sunos_syscallargs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h index 9e89451f0e1..76e62b5db67 100644 --- a/sys/compat/sunos/sunos_syscallargs.h +++ b/sys/compat/sunos/sunos_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.8 1997/11/13 18:35:29 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.10 1998/03/23 07:12:40 millert Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -36,8 +36,8 @@ struct sunos_sys_mknod_args { syscallarg(int) dev; }; -struct sunos_sys_stime_args { - syscallarg(time_t *) tp; +struct sunos_sys_ostime_args { + syscallarg(int) time; }; struct sunos_sys_ptrace_args { @@ -232,7 +232,7 @@ int compat_43_sys_lseek __P((struct proc *, void *, register_t *)); int sys_getpid __P((struct proc *, void *, register_t *)); int sys_setuid __P((struct proc *, void *, register_t *)); int sys_getuid __P((struct proc *, void *, register_t *)); -int sunos_sys_stime __P((struct proc *, void *, register_t *)); +int sunos_sys_ostime __P((struct proc *, void *, register_t *)); int sunos_sys_ptrace __P((struct proc *, void *, register_t *)); int sunos_sys_access __P((struct proc *, void *, register_t *)); int sys_sync __P((struct proc *, void *, register_t *)); |