diff options
author | 2009-06-03 15:44:02 +0000 | |
---|---|---|
committer | 2009-06-03 15:44:02 +0000 | |
commit | e4dcc3f60cc7766af63ca55f2e86f9c5da655c61 (patch) | |
tree | 421f735985514f3ad09300b3bb92e8ef09400a0d | |
parent | remove bad #ifdef from syscall.master (diff) | |
download | wireguard-openbsd-e4dcc3f60cc7766af63ca55f2e86f9c5da655c61.tar.xz wireguard-openbsd-e4dcc3f60cc7766af63ca55f2e86f9c5da655c61.zip |
sync
-rw-r--r-- | sys/kern/init_sysent.c | 4 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 823f6f88787..df29c6c4b25 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.105 2009/06/03 14:45:54 jj Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.106 2009/06/03 15:44:02 jj Exp $ */ /* * System call switch table. * * 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 */ #include <sys/param.h> 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[] = { |