projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f63246e
)
2002-07-13 Bruno Haible <bruno@clisp.org>
author
Jim Meyering
<jim@meyering.net>
Thu, 21 Nov 2002 09:50:43 +0000
(09:50 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lib/mountlist.c
b/lib/mountlist.c
index ed91f9ec7e812e5a16fe1e437f928c6f6e1eef47..9eb7f043ab80b578588b4f66ed874ee00f6cd43f 100644
(file)
--- a/
lib/mountlist.c
+++ b/
lib/mountlist.c
@@
-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