From fc6d90e012e3f872a758272b2cd869b1fe91abdf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 1 Oct 2024 19:56:18 -0700 Subject: [PATCH] file-has-acl-tests: omit string.h include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- ChangeLog | 5 +++++ tests/test-file-has-acl.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5