Use __APPLE__ for OS X-specific sections.
authorDerrik Pates <demon@now.ai>
Fri, 23 Mar 2012 23:27:31 +0000 (17:27 -0600)
committerDerrik Pates <demon@now.ai>
Fri, 23 Mar 2012 23:27:31 +0000 (17:27 -0600)
commitd99cbd7731beca28cae9a240781936e7b88b85ed
treed4d97b741ec3000c648edf977646806301f61857
parent8ac7788ce64454586f49f896f3bfe9dcecb6cfca
Use __APPLE__ for OS X-specific sections.

Instead of using __FreeBSD__ as the preprocessor symbol for OS X-specific
bits, and verifying that it's 10 or greater, use __APPLE__. It's a
macro that's consistently defined by Apple's gcc, so it's easier to
discern as OS X than the prior way.
Fuse.xs