diff options
| author | 2011-06-01 06:22:39 +0000 | |
|---|---|---|
| committer | 2011-06-01 06:22:39 +0000 | |
| commit | 37a27f34c973935124642d6e8cf640436d2922f2 (patch) | |
| tree | 6e8d2c80213171b5a7db780a3fc0c5fc057caf0a /sys/kern/syscalls.c | |
| parent | Mark some system calls that don't require big lock with NOLOCK (diff) | |
| download | wireguard-openbsd-37a27f34c973935124642d6e8cf640436d2922f2.tar.xz wireguard-openbsd-37a27f34c973935124642d6e8cf640436d2922f2.zip | |
regenerate
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 2c421614f82..d8694fa0895 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.118 2011/04/04 12:44:43 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.119 2011/06/01 06:22:39 guenther Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.105 2011/04/04 12:44:10 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.107 2011/06/01 06:20:41 guenther Exp */ char *syscallnames[] = { |
