From: Kern Sibbald Date: Sun, 30 Nov 2008 16:54:41 +0000 (+0000) Subject: Kludge Darwin build X-Git-Tag: Release-3.0.0~532 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f3211ebeaacf1965b217478af3482fea0724dd97;p=bacula%2Fbacula Kludge Darwin build git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8098 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index d8b51503bd..89ba84ceca 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -46,6 +46,12 @@ #include "filed.h" #include "xattr.h" +/* Klude to fix Darwin build -- KES */ +#ifdef HAVE_DARWIN_OS +#undef HAVE_XATTR +#endif + + /* * List of supported OSs. */