From 46b1d153047cb59625ad05486f4788076f0f416c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 21 Nov 2002 09:50:43 +0000 Subject: [PATCH] 2002-07-13 Bruno Haible #undef MNT_IGNORE before defining it, to avoid warning on FreeBSD. --- lib/mountlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mountlist.c b/lib/mountlist.c index ed91f9ec7..9eb7f043a 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -136,6 +136,7 @@ extern int errno; # include #endif +#undef MNT_IGNORE #if defined MNTOPT_IGNORE && defined HAVE_HASMNTOPT # define MNT_IGNORE(M) hasmntopt ((M), MNTOPT_IGNORE) #else -- 2.11.0