mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-24 07:08:44 +02:00
refactor: Remove FreeBSD-specific workaround
The bug has been fixed upstream for in supported FreeBSD releases: - 15.x: commit 4261507a5e3e73ef6f9535935d22785056954b19 - 14.x: commit 4fa4e6a3c80eb3a4f34877fcff60016e93e4be9d
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <osreldate.h>
|
||||
#if __FreeBSD_version >= 1400000
|
||||
// Workaround https://github.com/freebsd/freebsd-src/pull/1070.
|
||||
#define typeof __typeof
|
||||
#include <netlink/netlink.h>
|
||||
#include <netlink/netlink_route.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user