CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/08 09:13:28
Modified files:
sys/scsi : sd.c sdvar.h
Log message:
The u_long fields in struct disk_parms (secsize, heads, cyls, sectors)
are always initializd to u_int32_t values. And are then copied into u_int32_t
fields in the disklabel. Switch them to u_int32_t.
Cluebats and ok deraadt@ jca@
