diff --git a/arch/i386/bits/tcp.h b/arch/i386/bits/tcp.h deleted file mode 100644 index 923231b2..00000000 --- a/arch/i386/bits/tcp.h +++ /dev/null @@ -1 +0,0 @@ -#define TCP_NODELAY 1 diff --git a/arch/x86_64/bits/tcp.h b/arch/x86_64/bits/tcp.h deleted file mode 100644 index 923231b2..00000000 --- a/arch/x86_64/bits/tcp.h +++ /dev/null @@ -1 +0,0 @@ -#define TCP_NODELAY 1 diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index ea32ca07..c8a1a4bc 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -1,6 +1,6 @@ #ifndef _NETINET_TCP_H #define _NETINET_TCP_H -#include +#define TCP_NODELAY 1 #endif