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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h
index 85b3392a682..4e11eed4a8a 100644
--- a/sys/compat/ultrix/ultrix_syscallargs.h
+++ b/sys/compat/ultrix/ultrix_syscallargs.h
@@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.5 1996/08/25 12:20:00 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.6 1997/01/26 23:52:04 downsj Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -192,7 +192,7 @@ int ultrix_sys_execv __P((struct proc *, void *, register_t *));
int sys_chdir __P((struct proc *, void *, register_t *));
int ultrix_sys_mknod __P((struct proc *, void *, register_t *));
int sys_chmod __P((struct proc *, void *, register_t *));
-int sys_chown __P((struct proc *, void *, register_t *));
+int sys_lchown __P((struct proc *, void *, register_t *));
int sys_obreak __P((struct proc *, void *, register_t *));
int compat_43_sys_lseek __P((struct proc *, void *, register_t *));
int sys_getpid __P((struct proc *, void *, register_t *));