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).
This commit is contained in:
Ed Maste 2016-07-21 18:12:39 +00:00
parent 492fe1b774
commit bb04182c90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303156

View file

@ -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;