Revision: 14921 Author: adrian.chadd Date: Thu Jul 14 08:19:55 2011 Log: Remove some more now unneeded bits.
http://code.google.com/p/lusca-cache/source/detail?r=14921 Modified: /playpen/LUSCA_HEAD_ipv6/src/pinger.c ======================================= --- /playpen/LUSCA_HEAD_ipv6/src/pinger.c Thu Jul 14 07:32:19 2011 +++ /playpen/LUSCA_HEAD_ipv6/src/pinger.c Thu Jul 14 08:19:55 2011 @@ -46,8 +46,6 @@ #if !defined(_SQUID_WIN32_) -#include <netinet/in_systm.h> -#include <netinet/in.h> #include <netinet/ip.h> #include <netinet/ip_icmp.h> @@ -60,11 +58,6 @@ #ifdef _SQUID_MSWIN_ -#if HAVE_WINSOCK2_H -#include <winsock2.h> -#endif -#include <process.h> - #define PINGER_TIMEOUT 5 static SOCKET socket_to_squid = -1; @@ -72,10 +65,6 @@ #else /* _SQUID_MSWIN */ -/* Cygwin */ - -#include <netinet/in_systm.h> -#include <netinet/in.h> #include <netinet/ip.h> #include <netinet/ip_icmp.h> -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
