diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-31 18:18:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-31 18:18:14 +0000 |
commit | e43fdab044424d7c3089f47239027f2963736ef5 (patch) | |
tree | 7970d45b9b98c2caf0efcced785a8ca5920beb06 /sys/compat/bsdos/bsdos_syscallargs.h | |
parent | a38c012fff155fedb103a8ce6792a810fe878f55 (diff) |
regen
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscallargs.h')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 35d61bb4471..713f67441fa 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,8 +1,10 @@ +/* $OpenBSD: bsdos_syscallargs.h,v 1.4 1999/05/31 18:18:06 millert Exp $ */ + /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.3 1997/11/13 18:35:21 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.4 1999/05/31 17:34:44 millert Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -28,7 +30,7 @@ int 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_obreak __P((struct proc *, void *, register_t *)); -int sys_getfsstat __P((struct proc *, void *, register_t *)); +int sys_ogetfsstat __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 *)); int sys_mount __P((struct proc *, void *, register_t *)); @@ -163,8 +165,8 @@ int sys_nfssvc __P((struct proc *, void *, register_t *)); #else #endif int compat_43_sys_getdirentries __P((struct proc *, void *, register_t *)); -int sys_statfs __P((struct proc *, void *, register_t *)); -int sys_fstatfs __P((struct proc *, void *, register_t *)); +int sys_ostatfs __P((struct proc *, void *, register_t *)); +int sys_ofstatfs __P((struct proc *, void *, register_t *)); #ifdef NFSCLIENT int sys_getfh __P((struct proc *, void *, register_t *)); #else |