mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
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
3886399158
commit
dfa85e21c4
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ struct sglist_seg {
|
|||
|
||||
struct sglist {
|
||||
struct sglist_seg *sg_segs;
|
||||
int sg_refs;
|
||||
u_int sg_refs;
|
||||
u_short sg_nseg;
|
||||
u_short sg_maxseg;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue