From owner-svn-src-head@freebsd.org Mon Jul 9 11:21:38 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 278AF10406E5; Mon, 9 Jul 2018 11:21:38 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f50.google.com (mail-it0-f50.google.com [209.85.214.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1CCF921D1; Mon, 9 Jul 2018 11:21:37 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f50.google.com with SMTP id p4-v6so24857307itf.2; Mon, 09 Jul 2018 04:21:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=jcok0ap8e2JC1azH7ZuORSHCR6cTsx0h47Aw0v1TotQ=; b=BFf+GtTfi4ULNjke8dZQmQiUKQ6SLgIL9pHIuhO64Z9/W1GxuRFSIOrWw4juhhvJSq DLWvjPQ9NRy3oiYu0CytqVPWn9C85LbJfb4DTtRbmRUotWEEJMWibEnxClIs+W/VoXpe NtBIS78lamqU/GstmFV9V/9JpPssnzNiIevFVlw+vsXVsrcpeE7OGmjMbfa6/jY3nLzf BxX1nHQ46GETWFI8FfKeuIYKh9rUS/DmL27Y064P4Xylu1fARt6FiFH+sndQkonMnKUs UIr0DBfvDgUv5lp8N3Y/E4QZInaYS3j+Nn5uCrfyMPCU9i2TzvX1mpHfOZZGXbrEQEgU PB1A== X-Gm-Message-State: APt69E3yU7F4c0SZlri+uDKuPTlG1XuEVx8XwxZ99qe5+sHStRZda+Kt 1yWFoKdPrIzXNXbpdBzwtmnGfuvE X-Google-Smtp-Source: AAOMgpdV3OTiuPoKy+ZCEwEv9YeWaJJsrU2DUfloDcpyRP23VbNeE8pslka04ysUEcLDLKAbjuuXlA== X-Received: by 2002:a24:ad28:: with SMTP id c40-v6mr15141858itf.36.1531125642537; Mon, 09 Jul 2018 01:40:42 -0700 (PDT) Received: from mail-it0-f52.google.com (mail-it0-f52.google.com. [209.85.214.52]) by smtp.gmail.com with ESMTPSA id v199-v6sm7220404itb.18.2018.07.09.01.40.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jul 2018 01:40:42 -0700 (PDT) Received: by mail-it0-f52.google.com with SMTP id j185-v6so25001549ite.1; Mon, 09 Jul 2018 01:40:42 -0700 (PDT) X-Received: by 2002:a02:954d:: with SMTP id y71-v6mr16746744jah.19.1531125641988; Mon, 09 Jul 2018 01:40:41 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:7e0a:0:0:0:0:0 with HTTP; Mon, 9 Jul 2018 01:40:41 -0700 (PDT) In-Reply-To: <201807090837.w698btiS062177@repo.freebsd.org> References: <201807090837.w698btiS062177@repo.freebsd.org> From: Conrad Meyer Date: Mon, 9 Jul 2018 01:40:41 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r336127 - head/usr.bin/gzip To: svn-src-all@freebsd.org Cc: src-committers , svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 11:21:38 -0000 On Mon, Jul 9, 2018 at 1:37 AM, Conrad Meyer wrote: > Author: cem > Date: Mon Jul 9 08:37:55 2018 > New Revision: 336127 > URL: https://svnweb.freebsd.org/changeset/base/336127 > > Log: > gzip(1): Don't shadow global 'err' > > Unbreak work build on ppc due to -Werror=shadow. Introduced in r336121. Oops: "Unbreak world build."