aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/files/1130175.patch')
-rw-r--r--www-client/firefox/files/1130175.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/www-client/firefox/files/1130175.patch b/www-client/firefox/files/1130175.patch
deleted file mode 100644
index 8946a56a..00000000
--- a/www-client/firefox/files/1130175.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-# HG changeset patch
-# User Felix Janda <felix.janda@posteo.de>
-# Date 1423171460 -3600
-# Thu Feb 05 22:24:20 2015 +0100
-# Node ID af818fbea923d7c026bc8e22a6512f14f788ba56
-# Parent 9c40ffbcf6b32d688abf089f2cce3c85dd8bdb29
-Bug 1130175 - nICEr: avoid sysctl.h include. r=bwc
-
-diff -r 9c40ffbcf6b3 -r af818fbea923 media/mtransport/third_party/nICEr/src/stun/addrs.c
---- a/media/mtransport/third_party/nICEr/src/stun/addrs.c Mon Feb 23 07:39:00 2015 -0500
-+++ b/media/mtransport/third_party/nICEr/src/stun/addrs.c Thu Feb 05 22:24:20 2015 +0100
-@@ -45,13 +45,11 @@
- #include <sys/param.h>
- #include <sys/socket.h>
- #ifndef ANDROID
--#include <sys/sysctl.h>
- #include <sys/syslog.h>
- #else
- #include <syslog.h>
- /* Work around an Android NDK < r8c bug */
- #undef __unused
--#include <linux/sysctl.h>
- #endif
- #ifndef LINUX
- #include <net/if.h>
-@@ -122,6 +120,7 @@
- */
-
- #include <err.h>
-+#include <sys/sysctl.h>
-
- static void stun_rt_xaddrs(caddr_t, caddr_t, struct rt_addrinfo *);
- static int stun_grab_addrs(char *name, int addrcount,