changeset 3991:ab906cd2631e

2002-07-13 Bruno Haible <bruno@clisp.org> #undef MNT_IGNORE before defining it, to avoid warning on FreeBSD.
author Jim Meyering <jim@meyering.net>
date Thu, 21 Nov 2002 09:50:43 +0000
parents 9c941c25f004
children b2c2edefcd19
files lib/mountlist.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/mountlist.c
+++ b/lib/mountlist.c
@@ -136,6 +136,7 @@
 # include <sys/mntent.h>
 #endif
 
+#undef MNT_IGNORE
 #if defined MNTOPT_IGNORE && defined HAVE_HASMNTOPT
 # define MNT_IGNORE(M) hasmntopt ((M), MNTOPT_IGNORE)
 #else