]> Savannah Git Hosting - gnulib.git/commitdiff
file-has-acl: Avoid gcc warning.
authorBruno Haible <bruno@clisp.org>
Mon, 4 Sep 2023 13:20:59 +0000 (15:20 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 4 Sep 2023 13:20:59 +0000 (15:20 +0200)
* lib/acl-internal.h (MIN): Remove definition.

ChangeLog
lib/acl-internal.h

index 601ab4f2c000318e07cea58d89348895356e3109..ad0d104121d1734ef2bd3c1de1c88ae51f43d39e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-09-04  Bruno Haible  <bruno@clisp.org>
+
+       file-has-acl: Avoid gcc warning.
+       * lib/acl-internal.h (MIN): Remove definition.
+
 2023-09-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        same-inode, stat-size: support pointers too
index 496e41d7b21076341990d8f24534fda1d170622b..f553068647611054e470f4e7ea42f73e6c481ca4 100644 (file)
@@ -52,9 +52,6 @@ extern int aclsort (int, int, struct acl *);
 #include <errno.h>
 
 #include <limits.h>
-#ifndef MIN
-# define MIN(a,b) ((a) < (b) ? (a) : (b))
-#endif
 
 #ifndef SIZE_MAX
 # define SIZE_MAX ((size_t) -1)