projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba951bd
)
(STREQ): Define.
author
Jim Meyering
<jim@meyering.net>
Sat, 15 Dec 2001 16:58:53 +0000
(16:58 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 15 Dec 2001 16:58:53 +0000
(16:58 +0000)
lib/mountlist.h
patch
|
blob
|
history
diff --git
a/lib/mountlist.h
b/lib/mountlist.h
index 8acec77fb3b95982d6cf45c948fe2607cc307f71..935a2dcabddc6bb1a1a93cce03d986f9a320fd38 100644
(file)
--- a/
lib/mountlist.h
+++ b/
lib/mountlist.h
@@
-45,6
+45,9
@@
struct mount_entry *read_filesystem_list PARAMS ((int need_fs_type));
|| !strcmp (Fs_type, "ignore"))
#endif
+#undef STREQ
+#define STREQ(a, b) (strcmp ((a), (b)) == 0)
+
#ifndef ME_REMOTE
/* A file system is `remote' if its Fs_name contains a `:'
or if (it is of type smbfs and its Fs_name starts with `//'). */