From cd52651a3ace5d14e60215325c9086e6b80a3026 Mon Sep 17 00:00:00 2001 From: "Matthew R. Trower" Date: Tue, 26 Jun 2018 22:47:09 -0500 Subject: [PATCH] Fix DtMail compilation on Sun with GCC --- cde/programs/dtmail/dtmail/FindDialog.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtmail/dtmail/FindDialog.C b/cde/programs/dtmail/dtmail/FindDialog.C index cef88a7d..21567c9b 100644 --- a/cde/programs/dtmail/dtmail/FindDialog.C +++ b/cde/programs/dtmail/dtmail/FindDialog.C @@ -734,7 +734,7 @@ FindDialog::compareMessage(DtMailMessageHandle handle) // See if string 'toFind' is anyware in string 'str'. // A case-insensitive version of strstr(). // -static const char * +const char * FindDialog::strcasestr(const char *str, const char *toFind) { const char *result = NULL; // Default to not found. -- 2.25.1