From owner-svn-src-all@freebsd.org Mon Jun 3 01:31:24 2019 Return-Path: Delivered-To: svn-src-all@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 0214015C4F53; Mon, 3 Jun 2019 01:31:23 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84EF387A1B; Mon, 3 Jun 2019 01:31:23 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.5] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id CD1C3E478; Mon, 3 Jun 2019 01:31:22 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r348512 - head/contrib/one-true-awk To: Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201906021628.x52GSLT6041011@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: <395afabe-1af9-5a0c-f1a5-a9814ea5341b@FreeBSD.org> Date: Sun, 2 Jun 2019 20:31:28 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <201906021628.x52GSLT6041011@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 84EF387A1B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.90 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.90)[-0.901,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2019 01:31:24 -0000 On 02/06/2019 11:28, Warner Losh wrote: > Author: imp > Date: Sun Jun 2 16:28:20 2019 > New Revision: 348512 > URL: https://svnweb.freebsd.org/changeset/base/348512 > > Log: > Reapply r301289 by pfg: > > | MFV r300961: one-true-awk: replace 0 with NULL for pointers > | Also remove a redundant semicolon. > | Also had to rebase on upstream pull. Thanks so much for looking at those. They were mostly cosmetic but I had received an email confirmation from bwk so I falsely assumed they had been merged upstream. Pedro.