summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2011-07-09 05:46:58 +0000
committermatthew <matthew@openbsd.org>2011-07-09 05:46:58 +0000
commitd37c73f768c41a373a6e3bc53f7835da978b7006 (patch)
treee65e135125e6da1498c48d71487a1967f8ffef04 /sys/kern/syscalls.c
parentFix up previous diff: use COMPAT_O48 instead of COMPAT_48, add option (diff)
downloadwireguard-openbsd-d37c73f768c41a373a6e3bc53f7835da978b7006.tar.xz
wireguard-openbsd-d37c73f768c41a373a6e3bc53f7835da978b7006.zip
sync
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 b68d95f0d17..526b7e8a671 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.129 2011/07/09 05:32:25 matthew Exp $ */
+/* $OpenBSD: syscalls.c,v 1.130 2011/07/09 05:46:58 matthew Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.116 2011/07/09 05:31:26 matthew Exp
+ * created from; OpenBSD: syscalls.master,v 1.117 2011/07/09 05:46:26 matthew Exp
*/
char *syscallnames[] = {
@@ -227,7 +227,7 @@ char *syscallnames[] = {
"swapctl", /* 193 = swapctl */
"getrlimit", /* 194 = getrlimit */
"setrlimit", /* 195 = setrlimit */
- "compat_48_getdirentries", /* 196 = compat_48 getdirentries */
+ "compat_o48_getdirentries", /* 196 = compat_o48 getdirentries */
"mmap", /* 197 = mmap */
"__syscall", /* 198 = __syscall */
"lseek", /* 199 = lseek */