diff options
author | 2013-11-17 20:27:14 +0000 | |
---|---|---|
committer | 2013-11-17 20:27:14 +0000 | |
commit | 3e334d286937d262fa812f81d1f89e963595a76b (patch) | |
tree | a2b323a3d380c20d1328b2b4ace17b35d9d96395 /lib/libkvm/shlib_version | |
parent | Include unistd.h as it is the standard location for getopt(). (diff) | |
download | wireguard-openbsd-3e334d286937d262fa812f81d1f89e963595a76b.tar.xz wireguard-openbsd-3e334d286937d262fa812f81d1f89e963595a76b.zip |
Mark internal symbols as hidden. This removes symbols from the ABI,
albeit ones no one should be using, so major bump the shlib.
ok kettenis@
ports testing by landry@
Diffstat (limited to 'lib/libkvm/shlib_version')
-rw-r--r-- | lib/libkvm/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkvm/shlib_version b/lib/libkvm/shlib_version index 77913220429..84e2c2920d7 100644 --- a/lib/libkvm/shlib_version +++ b/lib/libkvm/shlib_version @@ -1,2 +1,2 @@ -major=15 +major=16 minor=0 |