diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 17:17:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 17:17:08 +0000 |
commit | a90a299e35c9e4e00e2ca50d19e1297d5dd3db16 (patch) | |
tree | 5efe1331a9c0921e73ea7b07c20ab393b1a29a7a /sys/compat/bsdos/bsdos_syscallargs.h | |
parent | d081888ede32893d5dfa6a13f09405aa730c9092 (diff) |
regen for COMPAT_2{3,5}
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscallargs.h')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 7cc0fd17f2d..c1da2d05b7e 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscallargs.h,v 1.7 2000/05/01 23:12:28 deraadt Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.8 2001/05/16 17:17:05 millert Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 2000/05/01 23:10:58 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.8 2001/05/16 17:14:37 millert Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -36,7 +36,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_ogetfsstat __P((struct proc *, void *, register_t *)); +int compat_25_sys_getfsstat __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 *)); @@ -171,8 +171,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_ostatfs __P((struct proc *, void *, register_t *)); -int sys_ofstatfs __P((struct proc *, void *, register_t *)); +int compat_25_sys_statfs __P((struct proc *, void *, register_t *)); +int compat_25_sys_fstatfs __P((struct proc *, void *, register_t *)); #ifdef NFSCLIENT int sys_getfh __P((struct proc *, void *, register_t *)); #else |