]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Follow r256586 and rename the kernel version of the Free() macro to
authorLuiz Otavio O Souza <loos@FreeBSD.org>
Thu, 30 Jul 2015 02:09:03 +0000 (02:09 +0000)
committerLuiz Otavio O Souza <loos@FreeBSD.org>
Thu, 30 Jul 2015 02:09:03 +0000 (02:09 +0000)
commit8b15f615e03e05781e90e8def1cb585a43b16664
tree4c60d9268b0324461c61d65d01267d3601b06195
parent48cae112b516ce625d38f22fdc07a29d509de845
Follow r256586 and rename the kernel version of the Free() macro to
R_Free().  This matches the other macros and reduces the chances to clash
with other headers.

This also fixes the build of radix.c outside of the kernel environment.

Reviewed by: glebius
sys/net/radix.c
sys/net/radix.h
sys/net/route.c