Re: problem with most recent patch..

From: Peter Wemm <peter@dont-contact.us>
Date: Mon, 03 Mar 1997 21:13:16 +0800

Duane Wessels wrote:
> Peter, I've hacked the configure script to define DEFAULT_FD_SETSIZE
> so we can decide whether it needs to be changed or not.
>
> I'd like to release 1.1.8 tonight. A complete distribution is at
> ftp://squid.nlanr.net/priv/prerelease/
>
> If anyone has time to give it a try, I'd appreciate hearing about any
> problems. 1.1.7 was such a disaster, this version needs to be really good.
>
> Duane W.

Oh foo! I'm such an idiot.. :-( Please change __FreeBSD_version__ to just
__FreeBSD_version (without trailing '__').

--- src/squid.h.dist Mon Mar 3 18:35:03 1997
+++ src/squid.h Tue Mar 4 00:01:55 1997
@@ -53,7 +53,7 @@
 /* Peter Wemm <peter@spinner.DIALix.COM> */
 #if defined(_SQUID_FREEBSD_)
 #include <osreldate.h>
-#if __FreeBSD_version__ < 220000
+#if __FreeBSD_version < 220000
 #undef CHANGE_FD_SETSIZE
 #define CHANGE_FD_SETSIZE 0
 #endif

Apart from that glitch that you've suffered at my hand, it looks good..

Cheers,
-Peter
Received on Tue Jul 29 2003 - 13:15:40 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:11:14 MST