Author: emaste Date: Mon Apr 3 17:37:41 2017 New Revision: 316463 URL: https://svnweb.freebsd.org/changeset/base/316463
Log: 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 Modified: stable/11/crypto/heimdal/lib/roken/version-script.map Directory Properties: stable/11/ (props changed) Modified: stable/11/crypto/heimdal/lib/roken/version-script.map ============================================================================== --- stable/11/crypto/heimdal/lib/roken/version-script.map Mon Apr 3 15:11:28 2017 (r316462) +++ stable/11/crypto/heimdal/lib/roken/version-script.map Mon Apr 3 17:37:41 2017 (r316463) @@ -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; _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"