summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/files/updater.patch')
-rw-r--r--www-client/firefox/files/updater.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/www-client/firefox/files/updater.patch b/www-client/firefox/files/updater.patch
deleted file mode 100644
index e6852a36..00000000
--- a/www-client/firefox/files/updater.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-# HG changeset patch
-# User Felix Janda <felix.janda@posteo.de>
-# Date 1428142217 -7200
-# Sat Apr 04 12:10:17 2015 +0200
-# Node ID c04cc88f3bb26e254356df6de06583a542ae6796
-# Parent 90adc073cbc6398f4fab9b1cd07b685368559f34
-updater: no fts.h and MAXNAMLEN
-
-diff -r 90adc073cbc6 -r c04cc88f3bb2 toolkit/mozapps/update/common/updatedefines.h
---- a/toolkit/mozapps/update/common/updatedefines.h Thu Apr 02 08:10:00 2015 -0400
-+++ b/toolkit/mozapps/update/common/updatedefines.h Sat Apr 04 12:10:17 2015 +0200
-@@ -109,7 +109,7 @@
- # include <sys/wait.h>
- # include <unistd.h>
-
--#ifdef SOLARIS
-+#if 1
- # include <sys/stat.h>
- #else
- # include <fts.h>
-diff -r 90adc073cbc6 -r c04cc88f3bb2 toolkit/mozapps/update/updater/updater.cpp
---- a/toolkit/mozapps/update/updater/updater.cpp Thu Apr 02 08:10:00 2015 -0400
-+++ b/toolkit/mozapps/update/updater/updater.cpp Sat Apr 04 12:10:17 2015 +0200
-@@ -3338,7 +3338,8 @@
- return rv;
- }
-
--#elif defined(SOLARIS)
-+#elif 1
-+//#defined(SOLARIS)
- int add_dir_entries(const NS_tchar *dirpath, ActionList *list)
- {
- int rv = OK;
-@@ -3346,7 +3347,7 @@
- NS_tchar foundpath[MAXPATHLEN];
- struct {
- dirent dent_buffer;
-- char chars[MAXNAMLEN];
-+ char chars[NAME_MAX];
- } ent_buf;
- struct dirent* ent;
-