diff options
author | 2014-05-12 19:09:00 +0000 | |
---|---|---|
committer | 2014-05-12 19:09:00 +0000 | |
commit | 42dcb487124b72431b966827e39770df4dd1c0c3 (patch) | |
tree | 3ec3a89fd98fc38aab29f95ede11623739eb7ecc /lib/libc | |
parent | tweak interface to do the right thing, after useful comments from millert@ (diff) | |
download | wireguard-openbsd-42dcb487124b72431b966827e39770df4dd1c0c3.tar.xz wireguard-openbsd-42dcb487124b72431b966827e39770df4dd1c0c3.zip |
move the ohash functions into libutil by popular demand.
It's not a standard interface, so it doesn't belong in libc.
I hate duplicating the code in client programs, so do beck@, kettenis@,
schwarze@, millert@, miod@... and they agree with libutil.
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 0a4400a744f..6f2ed916983 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=74 -minor=2 +major=75 +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. |