diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:08:11 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:08:11 +0000 |
commit | 6105da23504b07f71892be2c636115f3f73b0486 (patch) | |
tree | ba80f2b8cf890438204cfb874a68db90538f73df /sys/compat/osf1/osf1_syscallargs.h | |
parent | a94d4ad97288861389f58ad11d66acd48eb5a8bc (diff) |
Regen.
Diffstat (limited to 'sys/compat/osf1/osf1_syscallargs.h')
-rw-r--r-- | sys/compat/osf1/osf1_syscallargs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/osf1/osf1_syscallargs.h b/sys/compat/osf1/osf1_syscallargs.h index f0ec6c65ec5..e19d7b2c4b2 100644 --- a/sys/compat/osf1/osf1_syscallargs.h +++ b/sys/compat/osf1/osf1_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.3 1996/08/25 12:19:55 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.4 1997/01/26 23:05:12 downsj Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -296,6 +296,7 @@ int osf1_sys_sigaction __P((struct proc *, void *, register_t *)); int compat_43_sys_getdirentries __P((struct proc *, void *, register_t *)); int osf1_sys_statfs __P((struct proc *, void *, register_t *)); int osf1_sys_fstatfs __P((struct proc *, void *, register_t *)); +int sys_lchown __P((struct proc *, void *, register_t *)); int osf1_sys_getsid __P((struct proc *, void *, register_t *)); int osf1_sys_sigaltstack __P((struct proc *, void *, register_t *)); int osf1_sys_usleep_thread __P((struct proc *, void *, register_t *)); |