Fix handling of XATTR_{CREATE,REPLACE} once and for all.
authorDerrik Pates <demon@now.ai>
Tue, 2 Aug 2011 19:26:18 +0000 (13:26 -0600)
committerDerrik Pates <demon@now.ai>
Tue, 2 Aug 2011 19:26:18 +0000 (13:26 -0600)
commit5c56fe08d79a261c11debcd31824d8eeb042677b
treeb73aab09ec10962d386d96dd510fc6cbbe1bddaa
parent2c931cd0d0bec1ab010720a97aca9c842c4939f7
Fix handling of XATTR_{CREATE,REPLACE} once and for all.

Okay, seems I missed a prior change that made the XATTR_CREATE and
XATTR_REPLACE functions not included when __FreeBSD__ is defined (which
also includes OS X). Also, the macros that define the symbols when
FreeBSD or NetBSD is used instead of including <sys/xattr.h> didn't
account correctly for OS X's __FreeBSD__ having a value of 10. This
corrects that.
Fuse.xs