From: Bruno Haible Date: Thu, 9 Jun 2011 09:35:25 +0000 (+0200) Subject: acl tests: Fix compilation error on HP-UX 11. X-Git-Tag: stable/20110609~3 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=6ddae301e6eb0ca728ff7c1c18ac649698c34c8f;hp=ce05829e2da40a92966f0e3d78d1b40c6f1e85b5;p=gnulib.git acl tests: Fix compilation error on HP-UX 11. * tests/test-sameacls.c: Include also on HP-UX. (cherry picked from commit 977668097235961df277425c64c0d2f51b3eed0f) --- diff --git a/ChangeLog b/ChangeLog index e054ba88e..aee35e111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-06-09 Bruno Haible + acl tests: Fix compilation error on HP-UX 11. + * tests/test-sameacls.c: Include also on HP-UX. + +2011-06-09 Bruno Haible + rmdir: Avoid test failure on HP-UX 10.20. * tests/test-rmdir.h (test_rmdir_func): Accept ENOTEMPTY error, like EEXIST. diff --git a/tests/test-sameacls.c b/tests/test-sameacls.c index 557b27d8f..0f777b55b 100644 --- a/tests/test-sameacls.c +++ b/tests/test-sameacls.c @@ -24,7 +24,7 @@ #include #include -#if HAVE_ACL_GET_FILE || HAVE_FACL || HAVE_ACLX_GET || HAVE_STATACL || HAVE_ACLSORT +#if HAVE_ACL_GET_FILE || HAVE_FACL || HAVE_GETACL || HAVE_ACLX_GET || HAVE_STATACL || HAVE_ACLSORT # include # include #endif