diff options
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index f1846190a55..c8676c0c5c0 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.127 2011/07/09 00:11:28 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.128 2011/07/09 00:18:15 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.114 2011/07/09 00:10:51 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.115 2011/07/09 00:18:06 deraadt Exp */ char *syscallnames[] = { @@ -182,7 +182,7 @@ char *syscallnames[] = { #endif "#156 (obsolete ogetdirentries)", /* 156 = obsolete ogetdirentries */ "#157 (obsolete statfs25)", /* 157 = obsolete statfs25 */ - "#158 (obsolete fstatfs)", /* 158 = obsolete fstatfs */ + "#158 (obsolete fstatfs25)", /* 158 = obsolete fstatfs25 */ "#159 (unimplemented)", /* 159 = unimplemented */ "#160 (unimplemented)", /* 160 = unimplemented */ "getfh", /* 161 = getfh */ |