From owner-svn-src-head@freebsd.org Fri Jan 6 21:43:03 2017 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 80352CA3788; Fri, 6 Jan 2017 21:43:03 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46ABE18EB; Fri, 6 Jan 2017 21:43:03 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::4136:dc2a:25d6:5495] (unknown [IPv6:2001:7b8:3a7:0:4136:dc2a:25d6:5495]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 1DA992785C; Fri, 6 Jan 2017 22:43:00 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_771D3547-31D0-49E5-AB82-F5F0C5A3B4A2"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r311459 - head/contrib/tcp_wrappers From: Dimitry Andric In-Reply-To: <20170106210152.2f2pvmkekkc7nz64@mutt-hardenedbsd> Date: Fri, 6 Jan 2017 22:42:52 +0100 Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: References: <201701052044.v05KijCA081062@repo.freebsd.org> <20170106210152.2f2pvmkekkc7nz64@mutt-hardenedbsd> To: Shawn Webb X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 06 Jan 2017 21:43:03 -0000 --Apple-Mail=_771D3547-31D0-49E5-AB82-F5F0C5A3B4A2 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 06 Jan 2017, at 22:01, Shawn Webb wrote: > > On Thu, Jan 05, 2017 at 08:44:45PM +0000, Dimitry Andric wrote: >> Author: dim >> Date: Thu Jan 5 20:44:45 2017 >> New Revision: 311459 >> URL: https://svnweb.freebsd.org/changeset/base/311459 >> >> Log: >> Put proper prototypes in tcpd.h ... > > This and r311461 breaks the build of a ton of ports. A good port to test > would be databases/mysql56-client. I've pasted a log here: > http://ix.io/1PkX Sorry about that. This was due to FILE not being declared, and it being used in a few of the new prototypes. I have committed a fix in r311556. -Dimitry --Apple-Mail=_771D3547-31D0-49E5-AB82-F5F0C5A3B4A2 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEUEARECAAYFAlhwD2MACgkQsF6jCi4glqMlLQCg/XrByAF8mHVlqo7VcCF4Av+C B60AmMVnkycd54Ur/VJOedzDf/Obbuo= =P2wn -----END PGP SIGNATURE----- --Apple-Mail=_771D3547-31D0-49E5-AB82-F5F0C5A3B4A2--