]> Savannah Git Hosting - gnulib.git/commitdiff
file-has-acl-tests: omit string.h include
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2024 02:56:18 +0000 (19:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2024 03:09:22 +0000 (20:09 -0700)
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
tests/test-file-has-acl.c

index 75f8a2a541e1a48c7cacf31e581af8ce9b94f1b9..8d38526b3aa44f5e263d094cf2859ebdd69fff9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2024-10-01  Paul Eggert  <eggert@cs.ucla.edu>
 
+       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
index c0766609421ac1bd6e8bdcf633aa5d615e3ae33d..79e80c1abff3d5c9580f5f1c5ce86e7ffe83982e 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <signal.h>
 #include <stdio.h>
-#include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/types.h>