aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-linux-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox/fix-linux-include.patch')
-rw-r--r--testing/firefox/fix-linux-include.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/firefox/fix-linux-include.patch b/testing/firefox/fix-linux-include.patch
deleted file mode 100644
index d625557cf9..0000000000
--- a/testing/firefox/fix-linux-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./xpcom/io/nsLocalFileUnix.cpp.orig
-+++ ./xpcom/io/nsLocalFileUnix.cpp
-@@ -28,6 +28,7 @@
- #define USE_LINUX_QUOTACTL
- #include <sys/mount.h>
- #include <sys/quota.h>
-+#include <linux/fs.h>
- #endif
-
- #include "xpcom-private.h"