From 0baa07cd26e705ba01b533d4feb5602613e6c50c Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Sat, 21 Jan 2012 18:11:05 +0100 Subject: [PATCH] Removed some mentions of squid-old from the documentation. --- compat/compat.h | 4 ++-- compat/fdsetsize.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */ /* -- 2.47.3