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:
parent
caf2f62765
commit
63dceebe68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user