summaryrefslogtreecommitdiff
path: root/sys/compat/ultrix/ultrix_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/ultrix/ultrix_syscallargs.h')
-rw-r--r--sys/compat/ultrix/ultrix_syscallargs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h
index b0caec22c4b..5f67807b7ea 100644
--- a/sys/compat/ultrix/ultrix_syscallargs.h
+++ b/sys/compat/ultrix/ultrix_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscallargs.h,v 1.10 2002/03/14 01:26:51 millert Exp $ */
+/* $OpenBSD: ultrix_syscallargs.h,v 1.11 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.7 1999/06/07 07:17:48 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.8 2003/01/30 03:29:49 millert Exp
*/
#ifdef syscallarg
@@ -286,8 +286,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 *);