svn commit: r303156 - head/crypto/heimdal/lib/roken

Ed Maste emaste at FreeBSD.org
Thu Jul 21 18:12:40 UTC 2016


Author: emaste
Date: Thu Jul 21 18:12:39 2016
New Revision: 303156
URL: https://svnweb.freebsd.org/changeset/base/303156

Log:
  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).

Modified:
  head/crypto/heimdal/lib/roken/version-script.map

Modified: head/crypto/heimdal/lib/roken/version-script.map
==============================================================================
--- head/crypto/heimdal/lib/roken/version-script.map	Thu Jul 21 17:59:30 2016	(r303155)
+++ head/crypto/heimdal/lib/roken/version-script.map	Thu Jul 21 18:12:39 2016	(r303156)
@@ -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;


More information about the svn-src-all mailing list