X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmountlist.h;h=935a2dcabddc6bb1a1a93cce03d986f9a320fd38;hb=b5a2c641784fe37cba7c02f109edda0fbed47de3;hp=8acec77fb3b95982d6cf45c948fe2607cc307f71;hpb=d610b32d9e6ba44bc17a6cd60bdeda8b7c103e1b;p=gnulib.git 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 `//'). */