Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37723409
en ru br
ALT Linux repositórios
S:117.0.5938.132-alt1
3.0: 0.9.12-alt7

Group :: Rede/WWW
RPM: chromium

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 0005-ALT-gcc6-fixes.patch
Download


From e55662b33a7d7854f9d058e2dfd16ce257237e7e Mon Sep 17 00:00:00 2001
From: Alexey Gladkov <legion@altlinux.org>
Date: Wed, 8 Feb 2017 16:36:46 +0000
Subject: [PATCH] ALT: gcc6 fixes
---
 net/filter/gzip_header.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/filter/gzip_header.cc b/net/filter/gzip_header.cc
index 0dd2274a27f..7f9ff8c9253 100644
--- a/net/filter/gzip_header.cc
+++ b/net/filter/gzip_header.cc
@@ -2,21 +2,21 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
 #include "net/filter/gzip_header.h"
 
 #include <string.h>
 
 #include <algorithm>
 
 #include "base/check_op.h"
-#include "third_party/zlib/zlib.h"
+#include <zlib.h>
 
 namespace net {
 
 const uint8_t GZipHeader::magic[] = {0x1f, 0x8b};
 
 GZipHeader::GZipHeader() {
   Reset();
 }
 
 GZipHeader::~GZipHeader() = default;
-- 
2.25.4
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009