summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-net_base_address__tracker__linux.h
blob: 6bd9785ce329e6beab01ae24773058183e52fe03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- net/base/address_tracker_linux.h.orig	2019-12-12 12:39:52 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>