summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-09-25 03:24:23 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-09-25 03:24:23 +0000
commit82aaeb693089b0f44c3d2d56e9816775ad55b7a6 (patch)
tree1f1ec6641dd8bddf1f82fe0c7e5a94f0c6dfc6aa /www
parentUpdate to 1.8.2. (diff)
Remove patches forgotten in the previous commit.
Diffstat (limited to 'www')
-rw-r--r--www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp40
-rw-r--r--www/galeon2/files/patch-mozilla_TOCProtocolHandler.h11
2 files changed, 0 insertions, 51 deletions
diff --git a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp
deleted file mode 100644
index 37f1b5483be2..000000000000
--- a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp
+++ /dev/null
@@ -1,40 +0,0 @@
---- mozilla/TOCProtocolHandler.cpp.orig Sat Jun 14 11:42:57 2003
-+++ mozilla/TOCProtocolHandler.cpp Mon Jul 21 11:30:04 2003
-@@ -83,8 +83,8 @@
- oStream->Write (str.c_str(), str.size(), &bytesWriten);
-
- static void ParseEnvPath(const nsCString &path, list<string> &dirs);
--static int gHelpSelect (const struct dirent *dirEntry);
--static int gnomeHelpSelect (const struct dirent *dirEntry);
-+static int gHelpSelect (struct dirent *dirEntry);
-+static int gnomeHelpSelect (struct dirent *dirEntry);
- static void RenderContentType (nsIOutputStream *oStream, PRUint32 &bytesWriten);
-
- /* Implementation file */
-@@ -362,7 +362,7 @@
- }
-
- NS_METHOD GTOCProtocolHandler::CreateHelpPage (const char *type,
-- int (*select)(const struct dirent *))
-+ int (*select)(struct dirent *))
- {
- nsresult rv;
-
-@@ -445,7 +445,7 @@
- }
- }
-
--int gHelpSelect (const struct dirent *dirEntry)
-+int gHelpSelect (struct dirent *dirEntry)
- {
- #ifdef NOT_PORTED
- char *helpPath = gnome_help_file_find_file (
-@@ -461,7 +461,7 @@
- #endif
- }
-
--int gnomeHelpSelect (const struct dirent *dirEntry)
-+int gnomeHelpSelect (struct dirent *dirEntry)
- {
- #ifdef NOT_PORTED
- nsCString fileName = dirEntry->d_name;
diff --git a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h
deleted file mode 100644
index e942b83c83bb..000000000000
--- a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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<nsIURI> mURI;
- nsCOMPtr<nsIChannel> mChannel;
- nsCOMPtr<nsIStorageStream> mStream;