search for: 94cbc92edd1c

Displaying 1 result from an estimated 1 matches for "94cbc92edd1c".

2018 Dec 12
2
[PATCH] drop old netinet/in_systm.h include
...--- a/defines.h +++ b/defines.h @@ -55,7 +55,6 @@ enum /* * Definitions for IP type of service (ip_tos) */ -#include <netinet/in_systm.h> #include <netinet/ip.h> #ifndef IPTOS_LOWDELAY # define IPTOS_LOWDELAY 0x10 diff --git a/includes.h b/includes.h index 0fd71792e1ac..94cbc92edd1c 100644 --- a/includes.h +++ b/includes.h @@ -110,7 +110,6 @@ #endif #include <netinet/in.h> -#include <netinet/in_systm.h> /* For typedefs */ #ifdef HAVE_RPC_TYPES_H # include <rpc/types.h> /* For INADDR_LOOPBACK */ #endif diff --git a/misc.c b/misc.c index dd74c8d45874..c8...