--------------------- PatchSet 8544 Date: 2006/08/24 09:58:27 Author: serassio Branch: nt Tag: (none) Log: Code Cleanup Members: src/unlinkd.c:1.11.2.3->1.11.2.4 Index: squid/src/unlinkd.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/unlinkd.c,v retrieving revision 1.11.2.3 retrieving revision 1.11.2.4 diff -u -r1.11.2.3 -r1.11.2.4 --- squid/src/unlinkd.c 19 Aug 2006 12:59:06 -0000 1.11.2.3 +++ squid/src/unlinkd.c 24 Aug 2006 09:58:27 -0000 1.11.2.4 @@ -1,6 +1,6 @@ /* - * $Id: unlinkd.c,v 1.11.2.3 2006/08/19 12:59:06 serassio Exp $ + * $Id: unlinkd.c,v 1.11.2.4 2006/08/24 09:58:27 serassio Exp $ * * DEBUG: section 2 Unlink Daemon * AUTHOR: Duane Wessels @@ -193,12 +193,10 @@ struct timeval slp; args[0] = "(unlinkd)"; args[1] = NULL; -#if HAVE_POLL && defined(_SQUID_OSF_) +#if (HAVE_POLL && defined(_SQUID_OSF_)) || defined(_SQUID_MSWIN_) /* pipes and poll() don't get along on DUNIX -DW */ + /* On Windows select() will fail on a pipe */ x = ipcCreate(IPC_STREAM, -#elif defined(_SQUID_MSWIN_) - /* select() will fail on a pipe */ - x = ipcCreate(IPC_TCP_SOCKET, #else /* We currently need to use FIFO.. see below */ x = ipcCreate(IPC_FIFO,