diff options
Diffstat (limited to 'source4/utils/getntacl.c')
-rw-r--r-- | source4/utils/getntacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/getntacl.c b/source4/utils/getntacl.c index 72fffd9ee8..6045e72013 100644 --- a/source4/utils/getntacl.c +++ b/source4/utils/getntacl.c @@ -23,7 +23,7 @@ #include "includes.h" #include "system/filesys.h" -#if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT)) +#if (defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT)) int main(int argc, char **argv) { |