]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r320151: remove bogus declaration of malloc from tcp_wrappers
authoravg <avg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 19 Sep 2017 08:34:13 +0000 (08:34 +0000)
committeravg <avg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 19 Sep 2017 08:34:13 +0000 (08:34 +0000)
commit6d37e2125cd1f55facd60e641317ba353f449d3e
treeb9297eb5fd2654d626233ca68f4fe539e821c7d1
parent4610b9637911106bbfc1fb8e71a4c2f640b3e6a5
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@323744 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/tcp_wrappers/scaffold.c