]> git.sur5r.net Git - bacula/bacula/commitdiff
Fixed ifdefs
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 11 Oct 2009 08:35:38 +0000 (10:35 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Sun, 11 Oct 2009 08:35:38 +0000 (10:35 +0200)
bacula/src/filed/xattr.c

index cf5a452f4318d5f6bcfedd9d45c88ccd16a91db1..1d54625ac05293a2a9c00a2b97d8d93159957934 100644 (file)
@@ -1074,9 +1074,9 @@ static bxattr_exit_code (*os_parse_xattr_streams)(JCR *jcr, int stream) = bsd_pa
 #include <sys/acl.h>
 #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