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_syscalls.c | |
parent | a38c012fff155fedb103a8ce6792a810fe878f55 (diff) |
regen
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscalls.c')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscalls.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c index 74d4d929961..c5ca9968a82 100644 --- a/sys/compat/bsdos/bsdos_syscalls.c +++ b/sys/compat/bsdos/bsdos_syscalls.c @@ -1,8 +1,10 @@ +/* $OpenBSD: bsdos_syscalls.c,v 1.4 1999/05/31 18:18:06 millert Exp $ */ + /* * System call names. * * 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 */ char *bsdos_syscallnames[] = { @@ -24,7 +26,7 @@ char *bsdos_syscallnames[] = { "chmod", /* 15 = chmod */ "chown", /* 16 = chown */ "break", /* 17 = break */ - "getfsstat", /* 18 = getfsstat */ + "ogetfsstat", /* 18 = ogetfsstat */ "olseek", /* 19 = olseek */ "getpid", /* 20 = getpid */ "mount", /* 21 = mount */ @@ -175,8 +177,8 @@ char *bsdos_syscallnames[] = { "#155 (unimplemented)", /* 155 = unimplemented */ #endif "ogetdirentries", /* 156 = ogetdirentries */ - "statfs", /* 157 = statfs */ - "fstatfs", /* 158 = fstatfs */ + "ostatfs", /* 157 = ostatfs */ + "ofstatfs", /* 158 = ofstatfs */ "#159 (unimplemented)", /* 159 = unimplemented */ "#160 (unimplemented)", /* 160 = unimplemented */ #ifdef NFSCLIENT |