summaryrefslogtreecommitdiff
path: root/sys/compat/sunos/sunos_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/sunos/sunos_syscallargs.h')
-rw-r--r--sys/compat/sunos/sunos_syscallargs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h
index f210dcfd856..d74cbd2889e 100644
--- a/sys/compat/sunos/sunos_syscallargs.h
+++ b/sys/compat/sunos/sunos_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_syscallargs.h,v 1.15 2002/03/14 01:26:50 millert Exp $ */
+/* $OpenBSD: sunos_syscallargs.h,v 1.16 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.12 2002/03/14 00:42:25 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.13 2003/01/30 03:29:49 millert Exp
*/
#ifdef syscallarg
@@ -326,8 +326,8 @@ int sys_settimeofday(struct proc *, void *, register_t *);
int sys_fchown(struct proc *, void *, register_t *);
int sys_fchmod(struct proc *, void *, register_t *);
int compat_43_sys_recvfrom(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 sys_rename(struct proc *, void *, register_t *);
int compat_43_sys_truncate(struct proc *, void *, register_t *);
int compat_43_sys_ftruncate(struct proc *, void *, register_t *);