diff options
author | 2009-10-27 20:34:37 +0000 | |
---|---|---|
committer | 2009-10-27 20:34:37 +0000 | |
commit | ba848cf4da24a0f5679d621ed7dee43684c8ce19 (patch) | |
tree | 6513f555d433178ee2e159a84b21f3448df29b3f | |
parent | define ENOTSUP EOPNOTSUPP is no longer needed (diff) | |
download | wireguard-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_version | 4 | ||||
-rw-r--r-- | lib/librthread/shlib_version | 2 |
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 |