On Tue, 12 Jul 2005, Serassio Guido wrote:
The problem is clear. But what about a simple workaround like the following patch ?+#ifdef _SQUID_SOLARIS_ +#define SOLARIS 1 +#undef free +#undef sync +#endif #include <ip_compat.h>
Looks reasonable as a temporary workaround, but the real problem of in which order the include files are referenced should be fixed. For now add a comment just why this is required and I am fine with it.
Regards Henrik
