summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2009-10-27 20:34:37 +0000
committerjasper <jasper@openbsd.org>2009-10-27 20:34:37 +0000
commitba848cf4da24a0f5679d621ed7dee43684c8ce19 (patch)
tree6513f555d433178ee2e159a84b21f3448df29b3f
parentdefine ENOTSUP EOPNOTSUPP is no longer needed (diff)
downloadwireguard-openbsd-ba848cf4da24a0f5679d621ed7dee43684c8ce19.tar.xz
wireguard-openbsd-ba848cf4da24a0f5679d621ed7dee43684c8ce19.zip
- bump the majors of libpthread and librthread, as they used to return an
aliased ENOTSUP. i should've done this earlier, but missed it. my bad. as discussed with deraadt@ guenther@
-rw-r--r--lib/libpthread/shlib_version4
-rw-r--r--lib/librthread/shlib_version2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version
index 94c22abb7e1..56246d02b24 100644
--- a/lib/libpthread/shlib_version
+++ b/lib/libpthread/shlib_version
@@ -1,2 +1,2 @@
-major=11
-minor=2
+major=12
+minor=0
diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version
index b52599a164f..012c14171d3 100644
--- a/lib/librthread/shlib_version
+++ b/lib/librthread/shlib_version
@@ -1,2 +1,2 @@
-major=2
+major=3
minor=0