diff --git a/sys/sys/sglist.h b/sys/sys/sglist.h index 7d22e28ecc84..00fedd75c899 100644 --- a/sys/sys/sglist.h +++ b/sys/sys/sglist.h @@ -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; };