From owner-svn-src-head@freebsd.org Wed Jul 27 04:33:38 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34F34A7A724 for ; Wed, 27 Jul 2016 04:33:38 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm50-vm8.bullet.mail.bf1.yahoo.com (nm50-vm8.bullet.mail.bf1.yahoo.com [216.109.115.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E19361CD0 for ; Wed, 27 Jul 2016 04:33:37 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1469594010; bh=oKjJuHrlL4LcNGT/YHmKWZCM4uHMBroQoLcdm8TSLns=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From:Subject; b=LktGxMMZ+0Zm6S0bcfLiM2Z5YRFrI+9fGduT1bgvRVuhSz5wwFL9PB92iwJlLooENNBNPGq4UoaCWAytfg2fb1qr+EhHJ3osIkbJQEVQQmrEdAtpCwdHaZcYClEh9hpmzjLjDJSpLwdGRfg3LrirmqumUv6jKrnXeXB2ehavU8O4/FDOnMTKQDDzeUuErpY1O2VbvV1MOpRJEna78Z1e3rumzVxx3Lqhzuq7bo5HYcfDUWhUm2HJf6C0Vq88oxBFVxl9f0t2/N3cvY/9JseRXQeY3AKBwLI1IsDFFZSBK+JRxqt8G6A2jDktGtYPElGVVCtOXrP/VC+AN8/hGCT2yg== Received: from [66.196.81.172] by nm50.bullet.mail.bf1.yahoo.com with NNFMP; 27 Jul 2016 04:33:30 -0000 Received: from [68.142.230.78] by tm18.bullet.mail.bf1.yahoo.com with NNFMP; 27 Jul 2016 04:33:30 -0000 Received: from [127.0.0.1] by smtp235.mail.bf1.yahoo.com with NNFMP; 27 Jul 2016 04:33:30 -0000 X-Yahoo-Newman-Id: 808099.68347.bm@smtp235.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: gwik9woVM1lPUZ5RoO9P51IxmTjfQd_bqicQq.MxKDe285a 8.uI9oEXWL5L8_3SZj7nz4M_w0wB8KZi4KMAR6YLFVlH8vG99CywRUDZ92rG eNUcXQ1w_I33l9RDsJye1f0Mp57J6SOA8nVVVST3nZnsVg_o6Y94vjgPz.bb feCIZLxHVV9n6zUb412UJ0jfszdcJcn_bQk_OUw71hdCFTqC41_SIUufble8 damsplzcfXJHFqh9pYAxsvXaPzSd609RfMWbkFllPPprYd23DF4QYGHTkx.G EfIdPhF5OOmvOLNpSr6xQ7IBkjWeKrrsPC2puDKRM6BXJNwZ1kOq45el3KoB I.eACC_2eHdL.2z0RuRG5juZl8pLDXDCi4midp2TRkwiM74VnnxtrnneJ5lO 7Jnqu_P1EGw_X0fNVL0ZVv7w8cUVkSMGhVvi.4u66gUqnIGXk.wNRO7AhAL2 ZIPPEai4wIN.FouFcU0DLuKsovmGY8PrCrnJbqZyBdhlfrKymIorllqYwrlI KS8IbZFWRJUXfzI5T4Nx9_k2X74xyP2HkrqVCdxurP1LwCQ-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Subject: Re: svn commit: r303047 - head/usr.bin/sed To: "Ngie Cooper (yaneurabeya)" References: <201607192256.u6JMuewv007503@repo.freebsd.org> <1F81EA99-0498-4B8E-996A-D330EE6D770D@gmail.com> Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Pedro Giffuni Message-ID: <8816e889-4e10-e936-2cdc-78e7243648c6@FreeBSD.org> Date: Tue, 26 Jul 2016 23:33:32 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1F81EA99-0498-4B8E-996A-D330EE6D770D@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 27 Jul 2016 04:33:38 -0000 On 07/26/16 22:19, Ngie Cooper (yaneurabeya) wrote: > >> On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote: >> >> Author: pfg >> Date: Tue Jul 19 22:56:40 2016 >> New Revision: 303047 >> URL: https://svnweb.freebsd.org/changeset/base/303047 >> >> Log: >> sed(1): Assorted cleanups and simplifications. >> >> Const-ify several variables, make it build cleanly with WARNS level 5. >> >> Submitted by: mi >> PR: 195929 >> MFC after: 1 month >> >> Modified: >> head/usr.bin/sed/Makefile >> head/usr.bin/sed/compile.c >> head/usr.bin/sed/defs.h >> head/usr.bin/sed/extern.h >> head/usr.bin/sed/main.c >> head/usr.bin/sed/misc.c >> head/usr.bin/sed/process.c > > This breaks the etcupdate tests: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211399 . > Thanks, I am OK with reverting but I would like more details. Is there a way to get a diff between the pass vs. failing tests? Pedro.