--------------------- PatchSet 5451 Date: 2002/10/29 10:41:49 Author: serassio Branch: nt-2_5 Tag: (none) Log: MinGW defines mode_t Members: port/win32/include/squid-mswin.h:1.1.2.14->1.1.2.15 Index: squid/port/win32/include/squid-mswin.h =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/include/Attic/squid-mswin.h,v retrieving revision 1.1.2.14 retrieving revision 1.1.2.15 diff -u -r1.1.2.14 -r1.1.2.15 --- squid/port/win32/include/squid-mswin.h 27 Oct 2002 10:48:32 -0000 1.1.2.14 +++ squid/port/win32/include/squid-mswin.h 29 Oct 2002 10:41:49 -0000 1.1.2.15 @@ -1,5 +1,5 @@ /* - * $Id: squid-mswin.h,v 1.1.2.14 2002/10/27 10:48:32 serassio Exp $ + * $Id: squid-mswin.h,v 1.1.2.15 2002/10/29 10:41:49 serassio Exp $ * * AUTHOR: Guido Serassio & Andrey Shorin * @@ -50,6 +50,7 @@ typedef long off_t; typedef int SOCKET; typedef int ssize_t; +typedef int mode_t; #include "default_config_file.h" /* Some tricks for MS Compilers */ @@ -147,7 +148,6 @@ typedef unsigned short int ushort; typedef int uid_t; typedef int gid_t; -typedef int mode_t; struct passwd { uid_t pw_uid;