From: Jim Meyering Date: Sat, 15 Dec 2001 16:58:53 +0000 (+0000) Subject: (STREQ): Define. X-Git-Tag: FILEUTILS-4_1_4~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6be028a84ed8fa8e2c43b91cc4527d4a33c39d7;p=thirdparty%2Fcoreutils.git (STREQ): Define. --- diff --git a/lib/mountlist.h b/lib/mountlist.h index 8acec77fb3..935a2dcabd 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 `//'). */