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/netbsd/netbsd_syscall.h | |
parent | d081888ede32893d5dfa6a13f09405aa730c9092 (diff) |
regen for COMPAT_2{3,5}
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscall.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscall.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h index 2af3831be93..faefa0fd0f9 100644 --- a/sys/compat/netbsd/netbsd_syscall.h +++ b/sys/compat/netbsd/netbsd_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscall.h,v 1.11 2000/05/01 23:12:29 deraadt Exp $ */ +/* $OpenBSD: netbsd_syscall.h,v 1.12 2001/05/16 17:17:06 millert Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.11 2000/05/01 23:10:58 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.12 2001/05/16 17:14:38 millert Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -59,8 +59,8 @@ /* syscall: "break" ret: "int" args: "char *" */ #define NETBSD_SYS_break 17 -/* syscall: "ogetfsstat" ret: "int" args: "struct statfs *" "long" "int" */ -#define NETBSD_SYS_ogetfsstat 18 +/* syscall: "getfsstat" ret: "int" args: "struct ostatfs *" "long" "int" */ +#define NETBSD_SYS_getfsstat 18 /* syscall: "olseek" ret: "long" args: "int" "long" "int" */ #define NETBSD_SYS_olseek 19 @@ -445,11 +445,11 @@ /* syscall: "ogetdirentries" ret: "int" args: "int" "char *" "u_int" "long *" */ #define NETBSD_SYS_ogetdirentries 156 -/* syscall: "ostatfs" ret: "int" args: "char *" "struct ostatfs *" */ -#define NETBSD_SYS_ostatfs 157 +/* syscall: "statfs" ret: "int" args: "char *" "struct ostatfs *" */ +#define NETBSD_SYS_statfs 157 -/* syscall: "ofstatfs" ret: "int" args: "int" "struct ostatfs *" */ -#define NETBSD_SYS_ofstatfs 158 +/* syscall: "fstatfs" ret: "int" args: "int" "struct ostatfs *" */ +#define NETBSD_SYS_fstatfs 158 /* syscall: "getfh" ret: "int" args: "const char *" "fhandle_t *" */ #define NETBSD_SYS_getfh 161 |