git: net/radix: Rename Free() to R_Free() to better align with R_Malloc()
Aaron LI
aly at crater.dragonflybsd.org
Fri Nov 10 01:58:13 PST 2023
commit d3afab170d8aedc106281239dbf45d0ff248a3cd
Author: Aaron LI <aly at aaronly.me>
Date: Sun Jun 18 15:26:03 2023 +0800
net/radix: Rename Free() to R_Free() to better align with R_Malloc()
Also reduces the chances of conflicting with other macros.
Summary of changes:
sys/net/ipfw/ip_fw2.c | 2 +-
sys/net/pf/pf_ioctl.c | 4 ++--
sys/net/radix.c | 6 +++---
sys/net/radix.h | 10 +++-------
sys/net/route.c | 16 ++++++++--------
sys/netinet/if_ether.c | 2 +-
sys/netinet6/nd6.c | 2 +-
7 files changed, 19 insertions(+), 23 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d3afab170d8aedc106281239dbf45d0ff248a3cd
--
DragonFly BSD source repository
More information about the Commits
mailing list