Add a comment stating not to bump the FBSDprivate version.

Don't inherit the public namespace from the private namespace.
This commit is contained in:
Daniel Eischen 2008-05-06 01:41:55 +00:00
parent 7d8ab8bafb
commit f3e9983ea6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178803

View File

@ -13,5 +13,7 @@ FBSD_1.1 {
# 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.
#
# Please do NOT increment the version of this namespace.
FBSDprivate_1.0 {
} FBSD_1.0;
};