diff options
Diffstat (limited to 'devel/electron4/files/patch-net_base_address__tracker__linux.h')
-rw-r--r-- | devel/electron4/files/patch-net_base_address__tracker__linux.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/electron4/files/patch-net_base_address__tracker__linux.h b/devel/electron4/files/patch-net_base_address__tracker__linux.h new file mode 100644 index 000000000000..4f80a354ba35 --- /dev/null +++ b/devel/electron4/files/patch-net_base_address__tracker__linux.h @@ -0,0 +1,12 @@ +--- net/base/address_tracker_linux.h.orig 2019-03-15 06:37:29 UTC ++++ net/base/address_tracker_linux.h +@@ -7,9 +7,6 @@ + + #include <sys/socket.h> // Needed to include netlink. + // Mask superfluous definition of |struct net|. This is fixed in Linux 2.6.38. +-#define net net_kernel +-#include <linux/rtnetlink.h> +-#undef net + #include <stddef.h> + + #include <map> |