From: Paul Eggert Date: Wed, 2 Oct 2024 02:56:18 +0000 (-0700) Subject: file-has-acl-tests: omit string.h include X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fc6d90e012e3f872a758272b2cd869b1fe91abdf;p=gnulib.git file-has-acl-tests: omit string.h include Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2024-10/msg00001.html * tests/test-file-has-acl.c: Don’t include string.h. --- diff --git a/ChangeLog b/ChangeLog index 75f8a2a541..8d38526b3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2024-10-01 Paul Eggert + file-has-acl-tests: omit string.h include + Problem reported by Bruno Haible in: + https://lists.gnu.org/r/bug-gnulib/2024-10/msg00001.html + * tests/test-file-has-acl.c: Don’t include string.h. + file-has-acl.c: port back to macOS Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2024-10/msg00000.html diff --git a/tests/test-file-has-acl.c b/tests/test-file-has-acl.c index c076660942..79e80c1abf 100644 --- a/tests/test-file-has-acl.c +++ b/tests/test-file-has-acl.c @@ -22,7 +22,6 @@ #include #include -#include #include #include #include