svn commit: r264082 - head/lib/libc

David Chisnall theraven at FreeBSD.org
Thu Apr 3 17:31:39 UTC 2014


Author: theraven
Date: Thu Apr  3 17:31:38 2014
New Revision: 264082
URL: http://svnweb.freebsd.org/changeset/base/264082

Log:
  Fix the inheritance of the FBSDprivate_1.0 namespace.

Modified:
  head/lib/libc/Versions.def

Modified: head/lib/libc/Versions.def
==============================================================================
--- head/lib/libc/Versions.def	Thu Apr  3 17:26:45 2014	(r264081)
+++ head/lib/libc/Versions.def	Thu Apr  3 17:31:38 2014	(r264082)
@@ -35,4 +35,4 @@ FBSD_1.4 {
 #
 # Please do NOT increment the version of this namespace.
 FBSDprivate_1.0 {
-} FBSD_1.3;
+} FBSD_1.4;


More information about the svn-src-all mailing list