summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2016-09-26 16:43:58 +0000
committerjca <jca@openbsd.org>2016-09-26 16:43:58 +0000
commit80864ce5fe2fa4d77aa17ad6d3a1786b6143d77f (patch)
tree002399f07a0cc8d77cc5d22423f9706a3816af35
parentDrop privileges to newly added _ping user/group. (diff)
downloadwireguard-openbsd-80864ce5fe2fa4d77aa17ad6d3a1786b6143d77f.tar.xz
wireguard-openbsd-80864ce5fe2fa4d77aa17ad6d3a1786b6143d77f.zip
Regen
-rw-r--r--sys/kern/init_sysent.c2
-rw-r--r--sys/kern/syscalls.c2
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/syscallargs.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 2ed37e14185..f22feb87f92 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_sysent.c,v 1.185 2016/09/04 17:24:02 jsing Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.186 2016/09/26 16:43:58 jca Exp $ */
/*
* System call switch table.
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index d20476fda24..180b1bf0200 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscalls.c,v 1.184 2016/09/04 17:24:02 jsing Exp $ */
+/* $OpenBSD: syscalls.c,v 1.185 2016/09/26 16:43:58 jca Exp $ */
/*
* System call names.
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 2d56d9b10d7..38ff3bfd8ca 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.h,v 1.183 2016/09/04 17:24:02 jsing Exp $ */
+/* $OpenBSD: syscall.h,v 1.184 2016/09/26 16:43:58 jca Exp $ */
/*
* System call numbers.
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 607e5a7fd6f..11c349c0456 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscallargs.h,v 1.186 2016/09/04 17:24:02 jsing Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.187 2016/09/26 16:43:58 jca Exp $ */
/*
* System call argument lists.