diff options
Diffstat (limited to 'devel/electron13/files/patch-net_base_address__tracker__linux.h')
-rw-r--r-- | devel/electron13/files/patch-net_base_address__tracker__linux.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-net_base_address__tracker__linux.h b/devel/electron13/files/patch-net_base_address__tracker__linux.h new file mode 100644 index 000000000000..7bce12ee945f --- /dev/null +++ b/devel/electron13/files/patch-net_base_address__tracker__linux.h @@ -0,0 +1,12 @@ +--- net/base/address_tracker_linux.h.orig 2021-01-07 00:36:38 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> |