diff options
| author | 2009-06-03 15:44:02 +0000 | |
|---|---|---|
| committer | 2009-06-03 15:44:02 +0000 | |
| commit | e4dcc3f60cc7766af63ca55f2e86f9c5da655c61 (patch) | |
| tree | 421f735985514f3ad09300b3bb92e8ef09400a0d /sys/kern/syscalls.c | |
| parent | remove bad #ifdef from syscall.master (diff) | |
| download | wireguard-openbsd-e4dcc3f60cc7766af63ca55f2e86f9c5da655c61.tar.xz wireguard-openbsd-e4dcc3f60cc7766af63ca55f2e86f9c5da655c61.zip | |
sync
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 f25ce401e16..6e7186734e2 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.106 2009/06/03 14:45:54 jj Exp $ */ +/* $OpenBSD: syscalls.c,v 1.107 2009/06/03 15:44:02 jj Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.91 2009/03/12 06:56:13 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.93 2009/06/03 15:42:03 jj Exp */ char *syscallnames[] = { |
