diff options
| author | 2009-03-12 07:04:48 +0000 | |
|---|---|---|
| committer | 2009-03-12 07:04:48 +0000 | |
| commit | 524ebd82c0f166e34268a38ec056c25fa8af3477 (patch) | |
| tree | d9301c04eef9f61414f6ba99caa7f576277b0147 /sys/kern/syscalls.c | |
| parent | threxit() can't return, so its return type is really void (diff) | |
| download | wireguard-openbsd-524ebd82c0f166e34268a38ec056c25fa8af3477.tar.xz wireguard-openbsd-524ebd82c0f166e34268a38ec056c25fa8af3477.zip | |
regen
Diffstat (limited to 'sys/kern/syscalls.c')
| -rw-r--r-- | sys/kern/syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 4fb35f0fb42..ca9bdd584d5 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.104 2008/03/16 19:43:41 otto Exp $ */ +/* $OpenBSD: syscalls.c,v 1.105 2009/03/12 07:04:49 guenther Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.90 2008/03/16 19:42:57 otto Exp + * created from; OpenBSD: syscalls.master,v 1.91 2009/03/12 06:56:13 guenther Exp */ char *syscallnames[] = { |
