]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed some mentions of squid-old from the documentation.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 21 Jan 2012 17:11:05 +0000 (18:11 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 21 Jan 2012 17:11:05 +0000 (18:11 +0100)
compat/compat.h
compat/fdsetsize.h

index 943ee0763a2a7ea7e1003fdf7e3de66d5c503285..c289494d1b4133dc2e035e68752639e423e82016 100644 (file)
@@ -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.
  */
 
 
index 2a4ca99d2a180fc78c781703c7d8a1c3d3cb03d7..e46d929b7a1225566d5be87c0b9457148f5f4311 100644 (file)
@@ -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 */
 /*