On Sat, May 02, 2015 at 02:17:12PM -0500, Kevin Zheng wrote:
>
> Greetings,
>
> On behalf of the SSHGuard Team, it is my pleasure to announce the
> 1.6.0 release. This release is the first in the 1.6 branch and comes
> after more than four years of development.
>
Fails to build with Clang due to missing include statement
hosts.c:47:15: error: use of undeclared identifier 'ADDRLEN'
char addr[ADDRLEN];
^
hosts.c:234:22: error: use of undeclared identifier 'ADDRKIND_IPv4'
case ADDRKIND_IPv4:
^
hosts.c:238:22: error: use of undeclared identifier 'ADDRKIND_IPv6'
case ADDRKIND_IPv6:
^
3 errors generated.
See attached.
Thanks!
|