diff options
| author | 2011-07-08 05:02:49 +0000 | |
|---|---|---|
| committer | 2011-07-08 05:02:49 +0000 | |
| commit | 1c01920a9236c0f0ae778eb831fa9edde7807ced (patch) | |
| tree | 77868d50a588802de64813f657ad5ce034b02241 /sys/kern/syscalls.c | |
| parent | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. (diff) | |
| download | wireguard-openbsd-1c01920a9236c0f0ae778eb831fa9edde7807ced.tar.xz wireguard-openbsd-1c01920a9236c0f0ae778eb831fa9edde7807ced.zip | |
sync
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 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 |
