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