ports/www/galeon/files/patch-src_mozilla_mozilla.cpp
Joe Marcus Clarke 71366918c7 Restore a signed vs. unsigned patch that was accidentally removed in the
last commit.  This should fix the build with Mozilla 1.3.
2003-04-21 16:36:47 +00:00

14 lines
328 B
C++

--- src/mozilla/mozilla.cpp.orig Mon Apr 21 12:28:35 2003
+++ src/mozilla/mozilla.cpp Mon Apr 21 12:31:09 2003
@@ -1102,7 +1102,11 @@
*/
extern "C" GList *
+#if MOZILLA_SNAPSHOT > 6
mozilla_get_permissions (guint type)
+#else
+mozilla_get_permissions (gint type)
+#endif
{
GList *permissions = NULL;
nsresult result;