Date: Fri, 6 Jan 2017 16:01:52 -0500 From: Shawn Webb <shawn.webb@hardenedbsd.org> To: Dimitry Andric <dim@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r311459 - head/contrib/tcp_wrappers Message-ID: <20170106210152.2f2pvmkekkc7nz64@mutt-hardenedbsd> In-Reply-To: <201701052044.v05KijCA081062@repo.freebsd.org> References: <201701052044.v05KijCA081062@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--yhvujjdxgrobjk3r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey Dimitry, 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 >=20 > Log: > Put proper prototypes in tcpd.h > =20 > Clang 4.0.0 complains about tcpd.h's not-really-prototypes, e.g.: > =20 > /usr/include/tcpd.h:75:24: error: this function declaration is not = a prototype [-Werror,-Wstrict-prototypes] > extern int hosts_access(); /* access control */ > ^ > =20 > To fix this, turn these declarations into real prototypes. While here, > garbage collect the incompatible rfc931() function from scaffold.c, as > it is never used. > =20 > Reviewed by: emaste > MFC after: 3 days > Differential Revision: https://reviews.freebsd.org/D9052 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 Thanks, --=20 Shawn Webb Cofounder and Security Engineer HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE --yhvujjdxgrobjk3r Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEKrq2ve9q9Ia+iT2eaoRlj1JFbu4FAlhwBb0ACgkQaoRlj1JF bu78gg/9HjYBWNsrY3BeYMS+i30umQUR++1eEO4waMn8bHcmVUXBcGPcyhndvSeI bxEzepQNsmBonaExs5a4yA9xiBCnz+P+B6gYN5QwXpzxU2tXe8nFmlto671gueOv 0NM0j3dnfblXj221sO08AuKXG3p/6w7Iqtxm7Wwcj9tnjE52MjZQqHsMxEmYNg9P qla8x2pjJu1kvFrGqMP6dS1OLJCAd5Z1+pyyESCTyzHs3CJnEPHDy/eHYdaVJJKE c1cZLWDUY9JbNbsru3rZwbSnD/k3KD3EvT28hPQ2AUVxET2ccyPXJAR0cLg4dRBy zO7hiBOH36V+J5d1ObijlG8fPsgxAjQwZF3smgQGlhFjaLu+9sm8QqF5nks67wCN +mLKNMfCwLMnECaPd8bh1ftVDim48sAjoWcEYyg3p/w0LYsrPLOQufTHHFxPjYyz YDrirScN4+MbXTa1mV+Pfz3p4Vip00eNIQzraludgifPkKQHjXs3jOpUen9b90gV 0da4S/fb7W8LdQ3BKaaLbJnuogJGfnsAse6zyJY32JIRooyy2Yg7rPcbcbU7rnhl 9wD0Q6sihtlrNVakidYMHF5HBoEfyMPZGIHHwqzUHGS731Y4YKqINkzI/wLUgWg7 IUZXjbizeo/JB0hmwIYQhO1Jw/+xui66AGVm2ilMM+zbUSdKyR0= =FYPg -----END PGP SIGNATURE----- --yhvujjdxgrobjk3r--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170106210152.2f2pvmkekkc7nz64>