--------------------- PatchSet 10567 Date: 2008/05/31 09:49:37 Author: serassio Branch: nt Tag: (none) Log: in_addr_t is not defined in Windows Members: include/squid_mswin.h:1.1.2.12->1.1.2.13 Index: squid/include/squid_mswin.h =================================================================== RCS file: /cvsroot/squid-sf//squid/include/squid_mswin.h,v retrieving revision 1.1.2.12 retrieving revision 1.1.2.13 diff -u -r1.1.2.12 -r1.1.2.13 --- squid/include/squid_mswin.h 24 Apr 2008 19:36:31 -0000 1.1.2.12 +++ squid/include/squid_mswin.h 31 May 2008 09:49:37 -0000 1.1.2.13 @@ -1,5 +1,5 @@ /* - * $Id: squid_mswin.h,v 1.1.2.12 2008/04/24 19:36:31 serassio Exp $ + * $Id: squid_mswin.h,v 1.1.2.13 2008/05/31 09:49:37 serassio Exp $ * * AUTHOR: Andrey Shorin * AUTHOR: Guido Serassio @@ -167,6 +167,7 @@ typedef unsigned short in_port_t; typedef unsigned short int ushort; +typedef unsigned int in_addr_t; typedef int uid_t; typedef int gid_t;