Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbols

into FBSD_1.1 section where they should be.

Pointed out by:	kib, deischen
MFC after:	3 days
This commit is contained in:
Maksim Yevmenkin 2008-09-19 15:52:56 +00:00
parent 01b10913d0
commit 48d48c633e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183192

View File

@ -11,6 +11,9 @@ FBSD_1.0 {
uuid_create_nil;
uuid_create;
uuid_compare;
};
FBSD_1.1 {
uuid_enc_le;
uuid_dec_le;
uuid_enc_be;