From: Jim Meyering Date: Thu, 21 Nov 2002 09:50:43 +0000 (+0000) Subject: 2002-07-13 Bruno Haible X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46b1d153047cb59625ad05486f4788076f0f416c;p=pspp 2002-07-13 Bruno Haible #undef MNT_IGNORE before defining it, to avoid warning on FreeBSD. --- diff --git a/lib/mountlist.c b/lib/mountlist.c index ed91f9ec7e..9eb7f043ab 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