]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
remove bogus declaration of malloc from tcp_wrappers
authoravg <avg@FreeBSD.org>
Tue, 20 Jun 2017 16:40:31 +0000 (16:40 +0000)
committeravg <avg@FreeBSD.org>
Tue, 20 Jun 2017 16:40:31 +0000 (16:40 +0000)
commit3fe08fd2bb6b7b88679a5a0a8ca06026db327b5a
tree44e7f91532a48699f14aa4b0698f1b3160501af8
parentc4e2c09d06dc766165fa28766f02f9f6720f5360
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.

Discussed with: dim, ume
MFC after: 2 weeks
contrib/tcp_wrappers/scaffold.c