diff options
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index 94ea940aeef..053b10daa51 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscallargs.h,v 1.29 2001/07/03 15:32:56 jasoni Exp $ */ +/* $OpenBSD: linux_syscallargs.h,v 1.30 2001/07/03 21:56:45 jasoni Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.30 2001/07/03 21:56:26 jasoni Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -408,13 +408,13 @@ struct linux_sys_getresuid_args { syscallarg(uid_t *) suid; }; -struct linux_sys_setresgid_args { +struct linux_sys_setresgid16_args { syscallarg(gid_t) rgid; syscallarg(gid_t) egid; syscallarg(gid_t) sgid; }; -struct linux_sys_getresgid_args { +struct linux_sys_getresgid16_args { syscallarg(gid_t *) rgid; syscallarg(gid_t *) egid; syscallarg(gid_t *) sgid; @@ -689,8 +689,8 @@ int linux_sys_vm86 __P((struct proc *, void *, register_t *)); int linux_sys_query_module __P((struct proc *, void *, register_t *)); int sys_poll __P((struct proc *, void *, register_t *)); int linux_sys_nfsservctl __P((struct proc *, void *, register_t *)); -int linux_sys_setresgid __P((struct proc *, void *, register_t *)); -int linux_sys_getresgid __P((struct proc *, void *, register_t *)); +int linux_sys_setresgid16 __P((struct proc *, void *, register_t *)); +int linux_sys_getresgid16 __P((struct proc *, void *, register_t *)); int linux_sys_prctl __P((struct proc *, void *, register_t *)); int linux_sys_rt_sigreturn __P((struct proc *, void *, register_t *)); int linux_sys_rt_sigaction __P((struct proc *, void *, register_t *)); |