summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscallargs.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-01-30 03:32:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-01-30 03:32:45 +0000
commit49a656b5c928ada32d7bfd76c34ebcc7ad6581bc (patch)
treead28fb0f43f2f8795431c148c659125e6dbcabdf /sys/compat/svr4/svr4_syscallargs.h
parente9389a44941c88aa9f36b0eb98cb77abc32542cf (diff)
regen now that setreuid/setregid have moved out of compat and into kern
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index 10271ad7ceb..aabca755a8c 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: svr4_syscallargs.h,v 1.34 2002/07/06 19:22:43 nordin Exp $ */
+/* $OpenBSD: svr4_syscallargs.h,v 1.35 2003/01/30 03:32:44 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.32 2002/07/06 19:14:20 nordin Exp
+ * created from OpenBSD: syscalls.master,v 1.33 2003/01/30 03:29:49 millert Exp
*/
#ifdef syscallarg
@@ -577,8 +577,8 @@ int sys_clock_settime(struct proc *, void *, register_t *);
int sys_clock_getres(struct proc *, void *, register_t *);
int sys_nanosleep(struct proc *, void *, register_t *);
int svr4_sys_facl(struct proc *, void *, register_t *);
-int compat_43_sys_setreuid(struct proc *, void *, register_t *);
-int compat_43_sys_setregid(struct proc *, void *, register_t *);
+int sys_setreuid(struct proc *, void *, register_t *);
+int sys_setregid(struct proc *, void *, register_t *);
int svr4_sys_getdents64(struct proc *, void *, register_t *);
int svr4_sys_mmap64(struct proc *, void *, register_t *);
int svr4_sys_stat64(struct proc *, void *, register_t *);