"Fossies" - the Fresh Open Source Software Archive

Member "ipfire-2.x-2.27-core174/src/patches/calamaris/01_calamaris_cant_use_defined_hash.patch" (7 Apr 2023, 339 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 U3 a/calamaris b/calamaris
    2 --- a/calamaris Sun Jun  6 18:26:14 2004
    3 +++ b/calamaris Wed Nov 13 19:59:15 2019
    4 @@ -2606,7 +2606,7 @@
    5         100, 100 * $tcp_hit / $tcp );
    6    }
    7    outstop(10);
    8 -  if ( defined(%tcp_content) ) {
    9 +  if (%tcp_content) {
   10      outstart(11);
   11      if ( $tcp == 0 ) {
   12        outline( 11, 'no matching requests' );