From 9f5709b1011ca99017aa03b3b0a1419ef18db649 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Fri, 31 Aug 2001 03:29:48 +0000 Subject: [PATCH] Revert previous delta; isn't quite ready to stop including . --- include/arpa/inet.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 267c7f19218b..fe60747a0da9 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -60,26 +60,11 @@ /* External definitions for functions in inet(3), addr2ascii(3) */ +#include #include -#include struct in_addr; -#ifdef _BSD_IN_ADDR_T_ -typedef _BSD_IN_ADDR_T_ in_addr_t; -#undef _BSD_IN_ADDR_T_ -#endif - -#ifdef _BSD_IN_PORT_T_ -typedef _BSD_IN_PORT_T_ in_port_t; -#undef _BSD_IN_ADDR_T_ -#endif - -#ifdef _BSD_SIZE_T_ -typedef _BSD_SIZE_T_ size_t; -#undef _BSD_SIZE_T_ -#endif - /* XXX all new diversions!! argh!! */ #define inet_addr __inet_addr #define inet_aton __inet_aton