summaryrefslogtreecommitdiff
path: root/include/arch/unix/networkio.h
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-06-12 13:39:39 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-06-12 13:39:39 +0000
commit38733936319141fbb73b36f9748b9a82f209c2ae (patch)
tree9f501ed0f9917209e4e2efd752248abc2d23a248 /include/arch/unix/networkio.h
parenta951f88310c5ed0f0abb26a24acc397580dfcd5e (diff)
downloadlibapr-38733936319141fbb73b36f9748b9a82f209c2ae.tar.gz
Tidy up the unix network code in light of the latest network
update on BeOS. This makes things much tidier. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/unix/networkio.h')
-rw-r--r--include/arch/unix/networkio.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/arch/unix/networkio.h b/include/arch/unix/networkio.h
index 5ab06d7ed..e2ebc842b 100644
--- a/include/arch/unix/networkio.h
+++ b/include/arch/unix/networkio.h
@@ -104,12 +104,9 @@
#if HAVE_SYS_SENDFILE_H
#include <sys/sendfile.h>
#endif
-#if HAVE_BYTEORDER_H
-#include <ByteOrder.h> /* for ntohs on BeOS */
-#endif
/* End System Headers */
-/* The definition of isascii was missed from the PowerPC ctype.h
+/* The definition of isascii was missed from the BeOS PowerPC ctype.h
*
* It will be included in the next release, but until then...
*/
@@ -155,9 +152,5 @@ struct ap_pollfd_t {
};
-#if BEOS
-int inet_aton(const char *cp, struct in_addr *addr);
-#endif
-
#endif /* ! NETWORK_IO_H */