"Fossies" - the Fresh Open Source Software Archive

Member "ipfire-2.x-2.27-core174/src/patches/squid/01_squid-gcc11.patch" (7 Apr 2023, 641 Bytes) of package /linux/misc/ipfire-2.x-2.27-core174.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 diff --git a/src/acl/ConnMark.cc b/src/acl/ConnMark.cc
    2 index 1fdae0c..213cf39 100644
    3 --- a/src/acl/ConnMark.cc
    4 +++ b/src/acl/ConnMark.cc
    5 @@ -15,6 +15,7 @@
    6  #include "Debug.h"
    7  #include "http/Stream.h"
    8  #include "sbuf/Stream.h"
    9 +#include <limits>
   10  
   11  bool
   12  Acl::ConnMark::empty() const
   13 diff --git a/src/security/ServerOptions.cc b/src/security/ServerOptions.cc
   14 index 5cd81ab..3f73892 100644
   15 --- a/src/security/ServerOptions.cc
   16 +++ b/src/security/ServerOptions.cc
   17 @@ -6,6 +6,7 @@
   18   * Please see the COPYING and CONTRIBUTORS files for details.
   19   */
   20  
   21 +#include <limits>
   22  #include "squid.h"
   23  #include "anyp/PortCfg.h"
   24  #include "base/Packable.h"