]> 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>
Thu, 14 Sep 2023 09:28:19 +0000 (11:28 +0200)
* lib/acl-internal.h (MIN): Remove definition.

ChangeLog
lib/acl-internal.h

index 20fc7315aba5cc6b4afe29e4da4340faacab2cf6..aaacdfad134793c9d066f84c829f6bb2b8fc3a10 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-02  Bruno Haible  <bruno@clisp.org>
 
        alignalloc: Fix license header.
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)