aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-net_base_address__tracker__linux.h
blob: 7bce12ee945f11c41d4a5c1f28795b6ac5a89101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>