summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-08-23 06:20:15 +0000
committerderaadt <deraadt@openbsd.org>2012-08-23 06:20:15 +0000
commit52069f612507aae89b1f88c8adde29d9c497c5a9 (patch)
treed7bb8a1e7488dcd552082891f2611b2394c888bc /lib/libc
parentno more nnpfspioctl() system call; ok guenther (diff)
downloadwireguard-openbsd-52069f612507aae89b1f88c8adde29d9c497c5a9.tar.xz
wireguard-openbsd-52069f612507aae89b1f88c8adde29d9c497c5a9.zip
crank due to nnpfspioctl() syscall stub removal
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 595db7a9dc3..7dcd619a48a 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=65
+major=66
minor=0
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.