more bits junk (tcp.h)
authorRich Felker <dalias@aerifal.cx>
Sun, 18 Sep 2011 19:39:52 +0000 (15:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 18 Sep 2011 19:39:52 +0000 (15:39 -0400)
arch/i386/bits/tcp.h [deleted file]
arch/x86_64/bits/tcp.h [deleted file]
include/netinet/tcp.h

diff --git a/arch/i386/bits/tcp.h b/arch/i386/bits/tcp.h
deleted file mode 100644 (file)
index 923231b..0000000
+++ /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 (file)
index 923231b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#define TCP_NODELAY 1
index ea32ca0..c8a1a4b 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef _NETINET_TCP_H
 #define _NETINET_TCP_H
 
 #ifndef _NETINET_TCP_H
 #define _NETINET_TCP_H
 
-#include <bits/tcp.h>
+#define TCP_NODELAY 1
 
 #endif
 
 #endif