diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-03-02 07:06:01 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-03-02 07:06:01 +0000 |
commit | 1ce6dd092c3496b2c853aef4abeb15838e72c669 (patch) | |
tree | 52ed7516fd6a9b93c7be2c6adffcd6fa7ceca654 /sys/kern/syscalls.c | |
parent | d0d95777331c7f005b4da0f4b3a829948ae2d1be (diff) |
regen
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 f72977602b3..748c4232fcc 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.139 2012/09/10 02:22:37 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.140 2013/03/02 07:06:00 guenther Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.126 2012/09/10 02:22:17 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.127 2013/03/02 07:05:18 guenther Exp */ char *syscallnames[] = { @@ -403,7 +403,7 @@ char *syscallnames[] = { "unlinkat", /* 325 = unlinkat */ "utimensat", /* 326 = utimensat */ "futimens", /* 327 = futimens */ - "compat_o51___tfork", /* 328 = compat_o51 __tfork */ + "#328 (obsolete otfork51)", /* 328 = obsolete otfork51 */ "__set_tcb", /* 329 = __set_tcb */ "__get_tcb", /* 330 = __get_tcb */ }; |