summaryrefslogtreecommitdiff
path: root/sys/compat/sunos/sunos_syscallargs.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-01-26 23:54:07 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-01-26 23:54:07 +0000
commitbedb3fc84e9a1ef3cc9c47d674ff6a6de666e0c6 (patch)
treee091550ad5279d113293960552a2524e8393eb76 /sys/compat/sunos/sunos_syscallargs.h
parent07d86f3f786aca8e72529feaf931052d8078b70e (diff)
Regen.
Diffstat (limited to 'sys/compat/sunos/sunos_syscallargs.h')
-rw-r--r--sys/compat/sunos/sunos_syscallargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h
index 95630c8f9df..d219212252f 100644
--- a/sys/compat/sunos/sunos_syscallargs.h
+++ b/sys/compat/sunos/sunos_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:19:58 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.6 1997/01/26 23:52:03 downsj Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -224,7 +224,7 @@ int sunos_sys_execv __P((struct proc *, void *, register_t *));
int sys_chdir __P((struct proc *, void *, register_t *));
int sunos_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 *));