Index: head/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp =================================================================== --- head/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp (nonexistent) +++ head/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp (revision 70612) @@ -0,0 +1,40 @@ +--- mozilla/TOCProtocolHandler.cpp.orig Wed Nov 20 15:24:03 2002 ++++ mozilla/TOCProtocolHandler.cpp Wed Nov 20 15:24:19 2002 +@@ -83,8 +83,8 @@ + oStream->Write (str.c_str(), str.size(), &bytesWriten); + + void ParseEnvPath(const nsCString &path, list &dirs); +-int gHelpSelect (const struct dirent *dirEntry); +-int gnomeHelpSelect (const struct dirent *dirEntry); ++int gHelpSelect (struct dirent *dirEntry); ++int gnomeHelpSelect (struct dirent *dirEntry); + + /* Implementation file */ + NS_IMPL_ISUPPORTS1 (GTOCProtocolHandler, nsIProtocolHandler) +@@ -401,7 +401,7 @@ + } + + NS_METHOD GTOCProtocolHandler::CreateHelpPage (const char *type, +- int (*select)(const struct dirent *)) ++ int (*select)(struct dirent *)) + { + nsresult rv; + +@@ -496,7 +496,7 @@ + } + } + +-int gHelpSelect (const struct dirent *dirEntry) ++int gHelpSelect (struct dirent *dirEntry) + { + #ifdef NOT_PORTED + char *helpPath = gnome_help_file_find_file ( +@@ -512,7 +512,7 @@ + #endif + } + +-int gnomeHelpSelect (const struct dirent *dirEntry) ++int gnomeHelpSelect (struct dirent *dirEntry) + { + #ifdef NOT_PORTED + nsCString fileName = dirEntry->d_name; Property changes on: head/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h =================================================================== --- head/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h (nonexistent) +++ head/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h (revision 70612) @@ -0,0 +1,11 @@ +--- mozilla/TOCProtocolHandler.h.orig Wed Nov 20 15:25:05 2002 ++++ mozilla/TOCProtocolHandler.h Wed Nov 20 15:25:10 2002 +@@ -55,7 +55,7 @@ + NS_METHOD CreateInfoPage (void); + NS_METHOD CreateManPage (void); + NS_METHOD CreateHelpPage (const char *type, +- int (*select)(const struct dirent *)); ++ int (*select)(struct dirent *)); + nsCOMPtr mURI; + nsCOMPtr mChannel; + nsCOMPtr mStream; Property changes on: head/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property