summaryrefslogtreecommitdiff
path: root/lib/mountlist.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-15 16:58:53 +0000
committerJim Meyering <jim@meyering.net>2001-12-15 16:58:53 +0000
commitc6be028a84ed8fa8e2c43b91cc4527d4a33c39d7 (patch)
treec747a8cee31c491592fb498dfaceec7d7042f3b1 /lib/mountlist.h
parente92b78f87377bb7ec2dd0e6103c537684c224f0a (diff)
downloadcoreutils-c6be028a84ed8fa8e2c43b91cc4527d4a33c39d7.tar.xz
(STREQ): Define.
Diffstat (limited to 'lib/mountlist.h')
-rw-r--r--lib/mountlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mountlist.h b/lib/mountlist.h
index 8acec77fb..935a2dcab 100644
--- 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 `//'). */