diff options
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 39240b8baf7..616435cb3f0 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.21 2002/07/06 19:22:43 nordin Exp $ */ +/* $OpenBSD: freebsd_syscallargs.h,v 1.22 2002/10/30 20:11:28 millert Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.18 2002/07/06 19:14:20 nordin Exp + * created from OpenBSD: syscalls.master,v 1.19 2002/10/30 20:10:48 millert Exp */ #ifdef syscallarg @@ -493,6 +493,8 @@ int sys_rfork(struct proc *, void *, register_t *); int freebsd_sys_poll2(struct proc *, void *, register_t *); int sys_issetugid(struct proc *, void *, register_t *); int sys_lchown(struct proc *, void *, register_t *); +int sys_setresuid(struct proc *, void *, register_t *); +int sys_setresgid(struct proc *, void *, register_t *); int freebsd_sys_sigprocmask40(struct proc *, void *, register_t *); int freebsd_sys_sigsuspend40(struct proc *, void *, register_t *); int freebsd_sys_sigaction40(struct proc *, void *, register_t *); |