diff options
author | 2009-10-28 16:09:22 +0000 | |
---|---|---|
committer | 2009-10-28 16:09:22 +0000 | |
commit | 2d6f21a176f0b4d2152613074579ff3c06324f1d (patch) | |
tree | c5c80b8869feb22de51e879a622b1876eff94769 /lib/libc | |
parent | Free correct buffer. (diff) | |
download | wireguard-openbsd-2d6f21a176f0b4d2152613074579ff3c06324f1d.tar.xz wireguard-openbsd-2d6f21a176f0b4d2152613074579ff3c06324f1d.zip |
more fallout from jasper's commit.
Changing the size of the _sys_errlist array changes a libc interface
so we need to crank major.
kettenis@ agrees
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 98302858c65..f695f60516f 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=51 -minor=2 +major=52 +minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |