Displaying 1 result from an estimated 1 matches for "8f4213062a9c".
2018 Dec 12
2
[PATCH] drop old netinet/in_systm.h include
...SH doesn't use it at all, and the headers it includes don't. So
punt this ancient include since it offers nothing useful.
---
defines.h | 1 -
includes.h | 1 -
misc.c | 1 -
readconf.c | 1 -
servconf.c | 1 -
5 files changed, 5 deletions(-)
diff --git a/defines.h b/defines.h
index 8f4213062a9c..e7a71726f6b2 100644
--- 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....