summaryrefslogtreecommitdiff
path: root/devel/cppadvio/files/patch-TCPstream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cppadvio/files/patch-TCPstream.cc')
-rw-r--r--devel/cppadvio/files/patch-TCPstream.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/cppadvio/files/patch-TCPstream.cc b/devel/cppadvio/files/patch-TCPstream.cc
deleted file mode 100644
index 14c81a0639fd..000000000000
--- a/devel/cppadvio/files/patch-TCPstream.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- TCPstream.cc.orig Wed Mar 17 10:34:32 2004
-+++ TCPstream.cc Wed Mar 17 10:34:50 2004
-@@ -44,7 +44,7 @@
- {
- // Convertion between the host and the network
- // byte orders
--#if !defined(htons) && !defined(linux)
-+#if !defined(htons) && !defined(linux) && !defined(_MACHINE_ENDIAN_H_)
- unsigned short htons(unsigned int data); // For a short data item
- unsigned short ntohs(unsigned int data); // For a short data item
- unsigned long htonl(unsigned long data); // For a long data item