svn commit: r311459 - head/contrib/tcp_wrappers

Shawn Webb shawn.webb at hardenedbsd.org
Fri Jan 6 21:01:56 UTC 2017


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
> 
> Log:
>   Put proper prototypes in tcpd.h
>   
>   Clang 4.0.0 complains about tcpd.h's not-really-prototypes, e.g.:
>   
>       /usr/include/tcpd.h:75:24: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes]
>       extern int hosts_access();              /* access control */
>                              ^
>   
>   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.
>   
>   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,

-- 
Shawn Webb
Cofounder and Security Engineer
HardenedBSD

GPG Key ID:          0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170106/384014ec/attachment.sig>


More information about the svn-src-head mailing list