X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsame.c;h=f018c62b6b33d7b8dd35c53b402e13a6977b92aa;hb=3feb3145b632af0fd4349f5685a19ec58fa0fb75;hp=33e13a01b73c7a98e238b910505cb9327e202a31;hpb=e94d980785968429942f49c58673904f4bf604e9;p=gnulib.git diff --git a/lib/same.c b/lib/same.c index 33e13a01b..f018c62b6 100644 --- a/lib/same.c +++ b/lib/same.c @@ -46,7 +46,9 @@ #include "error.h" #include "xalloc.h" -#define MIN(a, b) ((a) < (b) ? (a) : (b)) +#ifndef MIN +# define MIN(a, b) ((a) < (b) ? (a) : (b)) +#endif #define SAME_INODE(Stat_buf_1, Stat_buf_2) \ ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \