From: Marco van Wieringen Date: Sun, 11 Oct 2009 08:35:38 +0000 (+0200) Subject: Fixed ifdefs X-Git-Tag: Release-5.0.0~285^2~1^2~4^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f63aa35ffe77038a61e9e72f64b23dcee267aad2;p=bacula%2Fbacula Fixed ifdefs --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index cf5a452f43..1d54625ac0 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -1074,9 +1074,9 @@ static bxattr_exit_code (*os_parse_xattr_streams)(JCR *jcr, int stream) = bsd_pa #include #endif -#if !defined(HAVE_OPENAT) || - !defined(HAVE_UNKINKAT) || - !defined(HAVE_FCHOWNAT) || +#if !defined(HAVE_OPENAT) || \ + !defined(HAVE_UNKINKAT) || \ + !defined(HAVE_FCHOWNAT) || \ !defined(HAVE_FUTIMESAT) #error "Unable to compile code because of missing openat, unlinkat, fchownat or futimesat function" #endif