summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscallargs.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-01-26 23:08:11 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-01-26 23:08:11 +0000
commit6105da23504b07f71892be2c636115f3f73b0486 (patch)
treeba80f2b8cf890438204cfb874a68db90538f73df /sys/compat/svr4/svr4_syscallargs.h
parenta94d4ad97288861389f58ad11d66acd48eb5a8bc (diff)
Regen.
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index 035c258fbb0..282451c3929 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_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.8 1996/08/02 21:55:24 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.10 1997/01/26 23:02:24 downsj Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -410,6 +410,7 @@ int svr4_sys_fxstat __P((struct proc *, void *, register_t *));
int svr4_sys_xmknod __P((struct proc *, void *, register_t *));
int svr4_sys_setrlimit __P((struct proc *, void *, register_t *));
int svr4_sys_getrlimit __P((struct proc *, void *, register_t *));
+int sys_lchown __P((struct proc *, void *, register_t *));
int sys_rename __P((struct proc *, void *, register_t *));
int svr4_sys_uname __P((struct proc *, void *, register_t *));
int sys_setegid __P((struct proc *, void *, register_t *));