]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specific
authorrwatson <rwatson@FreeBSD.org>
Sat, 6 Jun 2009 07:13:57 +0000 (07:13 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 6 Jun 2009 07:13:57 +0000 (07:13 +0000)
commitcce3b632d81f2213b531178ef3c93a11f9a93e1b
tree82bb93e253a097cf226d65a17012cb921cd96c35
parent8b0be2f4d32382d5d406e9dfec8ea38827b4bb46
Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specific
behavior for unicode support in UDF so as not to conflict with the MAC
Framework.

Note that Apple's XNU kernel also uses #ifdef MAC for the MAC Framework.

Suggested by: pjd
MFC after: 3 days
sys/fs/udf/osta.c