From: Francesco Chemolli Date: Sat, 21 Jan 2012 17:11:05 +0000 (+0100) Subject: Removed some mentions of squid-old from the documentation. X-Git-Tag: BumpSslServerFirst.take05~12^2~73^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0baa07cd26e705ba01b533d4feb5602613e6c50c;p=thirdparty%2Fsquid.git Removed some mentions of squid-old from the documentation. --- diff --git a/compat/compat.h b/compat/compat.h index 943ee0763a..c289494d1b 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -8,11 +8,11 @@ * * This file is meant to collate all those hacks files together and * provide a simple include for them in the core squid headers - * (presently squid.h and squid-old.h) + * (presently squid.h) * * It should not be included directly in any of the squid sources. * If your code requires any symbols from here you should be importing - * squid.h/squid-old.h at the top line of your .cc or .h file. + * squid.h at the top line of your .cc or file. */ diff --git a/compat/fdsetsize.h b/compat/fdsetsize.h index 2a4ca99d2a..e46d929b7a 100644 --- a/compat/fdsetsize.h +++ b/compat/fdsetsize.h @@ -15,7 +15,7 @@ */ #ifdef _SYS_TYPES_H #error squid_fdsetsize.h for FDSETSIZE must be included before sys/types.h -#error Make sure that squid.h or squid-old.h is the first file included by your .cc +#error Make sure that squid.h is the first file included by your .cc #endif #endif /* 0 */ /*