$NetBSD: patch-bg,v 1.1 2007/11/01 13:08:06 rillig Exp $ For some reason, sunpro requires a syntactically equal definition. --- src/FbTk/StringUtil.cc.orig 2007-03-19 20:57:07.000000000 +0100 +++ src/FbTk/StringUtil.cc 2007-11-01 13:04:44.331335000 +0100 @@ -139,7 +139,7 @@ string replaceString(const string &origi for the position + 1 in the in-string where the "last"-char value was found. */ -int getStringBetween(string& out, const char *instr, const char first, const char last, +int getStringBetween(std::string& out, const char *instr, char first, char last, const char *ok_chars, bool allow_nesting) { assert(first); assert(last);