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_syscalls.c | |
parent | d081888ede32893d5dfa6a13f09405aa730c9092 (diff) |
regen for COMPAT_2{3,5}
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscalls.c')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscalls.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c index 35a1cbff549..0bdb0cd3dba 100644 --- a/sys/compat/bsdos/bsdos_syscalls.c +++ b/sys/compat/bsdos/bsdos_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscalls.c,v 1.7 2000/05/01 23:12:28 deraadt Exp $ */ +/* $OpenBSD: bsdos_syscalls.c,v 1.8 2001/05/16 17:17:05 millert Exp $ */ /* * System call names. * * 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 */ char *bsdos_syscallnames[] = { @@ -26,7 +26,7 @@ char *bsdos_syscallnames[] = { "chmod", /* 15 = chmod */ "chown", /* 16 = chown */ "break", /* 17 = break */ - "ogetfsstat", /* 18 = ogetfsstat */ + "getfsstat", /* 18 = getfsstat */ "olseek", /* 19 = olseek */ "getpid", /* 20 = getpid */ "mount", /* 21 = mount */ @@ -177,8 +177,8 @@ char *bsdos_syscallnames[] = { "#155 (unimplemented)", /* 155 = unimplemented */ #endif "ogetdirentries", /* 156 = ogetdirentries */ - "ostatfs", /* 157 = ostatfs */ - "ofstatfs", /* 158 = ofstatfs */ + "statfs", /* 157 = statfs */ + "fstatfs", /* 158 = fstatfs */ "#159 (unimplemented)", /* 159 = unimplemented */ "#160 (unimplemented)", /* 160 = unimplemented */ #ifdef NFSCLIENT |