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