]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/fdsetsize.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / fdsetsize.h
index e48b9b6310f18d97c35fbc2c847af5b3223c3b67..25909de2ba23ffc623324c209aab7a62da4a727e 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 config.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 */
 /*
@@ -77,7 +77,6 @@
 #define FD_SETSIZE SQUID_MAXFD
 #endif
 
-
 /*
  * Trap unintentional use of fd_set. Must not be used outside the
  * select code as it only supports FD_SETSIZE number of filedescriptors