Appease -Wsign-compare in radix.c

Differential Revision:	https://reviews.freebsd.org/D29661
Submitted by:	zec
MFC after	2 weeks
This commit is contained in:
Alexander V. Chernikov 2021-04-10 13:48:25 +00:00
parent caf2f62765
commit 63dceebe68

View File

@ -428,7 +428,7 @@ rn_insert(void *v_arg, struct radix_head *head, int *dupentry,
int head_off = top->rn_offset, vlen = LEN(v);
struct radix_node *t = rn_search(v_arg, top);
caddr_t cp = v + head_off;
int b;
unsigned b;
struct radix_node *p, *tt, *x;
/*
* Find first bit at which v and t->rn_key differ