Displaying 1 result from an estimated 1 matches for "have_net_route_h".
2018 Dec 12
2
[PATCH] drop old netinet/in_systm.h include
...<netinet/ip.h>
#include <arpa/inet.h>
diff --git a/servconf.c b/servconf.c
index 52d9be4295be..01e596097839 100644
--- a/servconf.c
+++ b/servconf.c
@@ -20,7 +20,6 @@
#endif
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#ifdef HAVE_NET_ROUTE_H
#include <net/route.h>
--
2.19.1