summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2011-07-08 05:02:49 +0000
committermatthew <matthew@openbsd.org>2011-07-08 05:02:49 +0000
commit1c01920a9236c0f0ae778eb831fa9edde7807ced (patch)
tree77868d50a588802de64813f657ad5ce034b02241 /sys/kern/syscalls.c
parentRemove the sys_opipe() kernel entry point. sys_pipe() is the future. (diff)
downloadwireguard-openbsd-1c01920a9236c0f0ae778eb831fa9edde7807ced.tar.xz
wireguard-openbsd-1c01920a9236c0f0ae778eb831fa9edde7807ced.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 9b92618a1b2..44934706c52 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.124 2011/07/07 23:46:46 matthew Exp $ */
+/* $OpenBSD: syscalls.c,v 1.125 2011/07/08 05:02:49 matthew Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.111 2011/07/07 23:45:00 matthew Exp
+ * created from; OpenBSD: syscalls.master,v 1.112 2011/07/08 05:01:27 matthew Exp
*/
char *syscallnames[] = {
@@ -54,7 +54,7 @@ char *syscallnames[] = {
"getppid", /* 39 = getppid */
"#40 (obsolete lstat43)", /* 40 = obsolete lstat43 */
"dup", /* 41 = dup */
- "opipe", /* 42 = opipe */
+ "#42 (obsolete opipe)", /* 42 = obsolete opipe */
"getegid", /* 43 = getegid */
"profil", /* 44 = profil */
#ifdef KTRACE