diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-30 20:11:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-30 20:11:29 +0000 |
commit | 60b14187d21c7733684258d7f3443339972d610f (patch) | |
tree | 469d481a37469be3118ba1f0d702471fcbe8d662 /sys/compat/freebsd/freebsd_syscallargs.h | |
parent | 8f5206fef6e1f20fbd462a7a9b64ee338afbec7c (diff) |
regen
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 *); |