diff options
author | Ed Maste <emaste@FreeBSD.org> | 2017-04-03 17:37:41 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2017-04-03 17:37:41 +0000 |
commit | f3df4493d4ab4f753fee735d37ba2d1d84b58a68 (patch) | |
tree | 11ab4d538028635badb94ee74a71bc8b0b9d67bf /crypto | |
parent | 4bcd14b74b94ad9e815eed2b2a309a9d3e5d686d (diff) | |
download | src-f3df4493d4ab4f753fee735d37ba2d1d84b58a68.tar.gz src-f3df4493d4ab4f753fee735d37ba2d1d84b58a68.zip |
MFC r303156: Remove duplicate symbols from libroken version-script.map
Upstream commit r24759 (efed563) prefixed some symbols with rk_, but
introduced 6 duplicate symbols in the version script (because the
rk_-prefixed versions of the symbols were already present).
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/stable/11/; revision=316463
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/heimdal/lib/roken/version-script.map | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/heimdal/lib/roken/version-script.map b/crypto/heimdal/lib/roken/version-script.map index 9229a373cd7d..72d2ea7e4f7c 100644 --- a/crypto/heimdal/lib/roken/version-script.map +++ b/crypto/heimdal/lib/roken/version-script.map @@ -123,17 +123,12 @@ HEIMDAL_ROKEN_1.0 { rk_strptime; rk_strsep_copy; rk_strsvis; - rk_strsvis; rk_strsvisx; rk_strunvis; - rk_strunvis; rk_strunvisx; rk_strupr; rk_strvis; - rk_strvis; rk_strvisx; - rk_strvisx; - rk_svis; rk_svis; rk_timegm; rk_timevaladd; @@ -148,7 +143,6 @@ HEIMDAL_ROKEN_1.0 { rk_vasnprintf; rk_vasprintf; rk_vis; - rk_vis; rk_vsnprintf; rk_vstrcollect; rk_wait_for_process; |