sglist.h: Fix sg_refs signedness to match refcount(9)
PR: 220122 Reported by: Mark Millard <markmi at dsl-only.net> Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
7284d4b0ce
commit
3f92e78681
@ -48,7 +48,7 @@ struct sglist_seg {
|
|||||||
|
|
||||||
struct sglist {
|
struct sglist {
|
||||||
struct sglist_seg *sg_segs;
|
struct sglist_seg *sg_segs;
|
||||||
int sg_refs;
|
u_int sg_refs;
|
||||||
u_short sg_nseg;
|
u_short sg_nseg;
|
||||||
u_short sg_maxseg;
|
u_short sg_maxseg;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user