diff options
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index c8574b094b7..4fb35f0fb42 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.103 2008/01/05 00:38:13 miod Exp $ */ +/* $OpenBSD: syscalls.c,v 1.104 2008/03/16 19:43:41 otto Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.89 2008/01/05 00:36:13 miod Exp + * created from; OpenBSD: syscalls.master,v 1.90 2008/03/16 19:42:57 otto Exp */ char *syscallnames[] = { @@ -349,13 +349,13 @@ char *syscallnames[] = { #else "#259 (unimplemented)", /* 259 = unimplemented */ #endif - "getfsstat", /* 260 = getfsstat */ - "statfs", /* 261 = statfs */ - "fstatfs", /* 262 = fstatfs */ + "compat_o43_getfsstat", /* 260 = compat_o43 getfsstat */ + "compat_o43_statfs", /* 261 = compat_o43 statfs */ + "compat_o43_fstatfs", /* 262 = compat_o43 fstatfs */ "pipe", /* 263 = pipe */ "fhopen", /* 264 = fhopen */ "compat_35_fhstat", /* 265 = compat_35 fhstat */ - "fhstatfs", /* 266 = fhstatfs */ + "compat_o43_fhstatfs", /* 266 = compat_o43 fhstatfs */ "preadv", /* 267 = preadv */ "pwritev", /* 268 = pwritev */ "kqueue", /* 269 = kqueue */ @@ -423,4 +423,8 @@ char *syscallnames[] = { #endif "__getcwd", /* 304 = __getcwd */ "adjfreq", /* 305 = adjfreq */ + "getfsstat", /* 306 = getfsstat */ + "statfs", /* 307 = statfs */ + "fstatfs", /* 308 = fstatfs */ + "fhstatfs", /* 309 = fhstatfs */ }; |