git: net/radix: Add 'const' qualifier to rn_zeros/rn_ones globals
Aaron LI
aly at crater.dragonflybsd.org
Sat Nov 11 23:01:21 PST 2023
commit 9e96fc996a61f10955f2942d8cda221a89dc1044
Author: Aaron LI <aly at aaronly.me>
Date: Sun Nov 12 09:32:05 2023 +0800
net/radix: Add 'const' qualifier to rn_zeros/rn_ones globals
These two globals are no longer modified during the rn_init(), so just
add 'const' qualifier to them.
Summary of changes:
sys/net/radix.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9e96fc996a61f10955f2942d8cda221a89dc1044
--
DragonFly BSD source repository
More information about the Commits
mailing list