svn commit: r245305 - head/lib/libc/gen

Brooks Davis brooks at FreeBSD.org
Fri Jan 11 15:50:02 UTC 2013


Author: brooks
Date: Fri Jan 11 15:50:01 2013
New Revision: 245305
URL: http://svnweb.freebsd.org/changeset/base/245305

Log:
  In r244401 I accidently moved strunvis and strunvisx from version 1.0 to
  1.3 breaking the libc ABI. Revert that change (breaking the ABI again
  for users who updated after December 18th).

Modified:
  head/lib/libc/gen/Symbol.map

Modified: head/lib/libc/gen/Symbol.map
==============================================================================
--- head/lib/libc/gen/Symbol.map	Fri Jan 11 15:05:55 2013	(r245304)
+++ head/lib/libc/gen/Symbol.map	Fri Jan 11 15:50:01 2013	(r245305)
@@ -298,6 +298,8 @@ FBSD_1.0 {
 	ualarm;
 	ulimit;
 	uname;
+	strunvis;
+	strunvisx;
 	usleep;
 	utime;
 	valloc;
@@ -391,8 +393,6 @@ FBSD_1.3 {
 	snvis;
 	strnunvis;
 	strnunvisx;
-	strunvis;
-	strunvisx;
 	strnvis;
 	strnvisx;
 	strsnvis;


More information about the svn-src-head mailing list