a0dbfe2fb0
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
13 lines
362 B
C++
13 lines
362 B
C++
--- net/base/address_tracker_linux.h.orig 2020-11-13 06:36:45 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>
|