2002-07-13 Bruno Haible <bruno@clisp.org>
authorJim Meyering <jim@meyering.net>
Thu, 21 Nov 2002 09:50:43 +0000 (09:50 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 21 Nov 2002 09:50:43 +0000 (09:50 +0000)
#undef MNT_IGNORE before defining it, to avoid warning
on FreeBSD.

lib/mountlist.c

index ed91f9e..9eb7f04 100644 (file)
@@ -136,6 +136,7 @@ extern int errno;
 # include <sys/mntent.h>
 #endif
 
+#undef MNT_IGNORE
 #if defined MNTOPT_IGNORE && defined HAVE_HASMNTOPT
 # define MNT_IGNORE(M) hasmntopt ((M), MNTOPT_IGNORE)
 #else