]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r320151: remove bogus declaration of malloc from tcp_wrappers
authoravg <avg@FreeBSD.org>
Tue, 19 Sep 2017 08:34:03 +0000 (08:34 +0000)
committeravg <avg@FreeBSD.org>
Tue, 19 Sep 2017 08:34:03 +0000 (08:34 +0000)
commiteafc6b87268e207f3d34112efaa2865ce2afe0cd
tree71de2853eeae48c1c10befab8955c1d4d381cd7a
parentd4cb036f41345fd8b3a8cd3eee72c81c81ea703a
MFC r320151: remove bogus declaration of malloc from tcp_wrappers

The declaration was already inactive when INET6 was enabled
and it causes a build error in the other case because of
a conflict with the correct definition in stdlib.h.
contrib/tcp_wrappers/scaffold.c