summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2010-07-01 23:11:11 +0000
committertedu <tedu@openbsd.org>2010-07-01 23:11:11 +0000
commite4b42b7568c13732f86fb39727ec33c2d2de96a1 (patch)
treea4df198bfd8ebee3a1d9312a7a31fd0a1a854bff /sys/kern/syscalls.c
parent3.5 compat is old, but relied upon by other compats still in tree. the (diff)
downloadwireguard-openbsd-e4b42b7568c13732f86fb39727ec33c2d2de96a1.tar.xz
wireguard-openbsd-e4b42b7568c13732f86fb39727ec33c2d2de96a1.zip
regen
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 2275ebc0b53..1355521ef12 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.113 2010/07/01 01:55:33 deraadt Exp $ */
+/* $OpenBSD: syscalls.c,v 1.114 2010/07/01 23:11:11 tedu Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.100 2010/07/01 01:54:38 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.101 2010/07/01 23:10:40 tedu Exp
*/
char *syscallnames[] = {
@@ -354,7 +354,7 @@ char *syscallnames[] = {
"#262 (unimplemented)", /* 262 = unimplemented */
"pipe", /* 263 = pipe */
"fhopen", /* 264 = fhopen */
- "compat_35_fhstat", /* 265 = compat_35 fhstat */
+ "#265 (unimplemented)", /* 265 = unimplemented */
"#266 (unimplemented)", /* 266 = unimplemented */
"preadv", /* 267 = preadv */
"pwritev", /* 268 = pwritev */