From 8d3b75aa339d24e6b235b9867f169c19f9551406 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Sun, 29 Apr 2007 14:03:45 +0000 Subject: [PATCH] Number the private version namespace in case we ever want to have compatibility between versions (as we do for the public namespace). --- lib/libc/Versions.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index 68c0f32a226..3db374b7769 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -8,5 +8,5 @@ FBSD_1.0 { # strictly for use only by other FreeBSD applications and libraries # are listed here. We use a separate namespace so we can write # simple ABI-checking tools. -FBSDprivate { +FBSDprivate_1.0 { };