blob: b9fde9d72f32d92ad6f15078f257cbd211546334 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- net/base/address_tracker_linux.h.orig 2019-04-08 08:33:00 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>
|