created | 2020-01-30T08:47:26Z |
---|---|
begin | 2019-11-08T15:01:15Z |
end | 2019-11-08T16:13:28Z |
path | src/sys |
commits | 1 |
date | 2019-11-08T16:13:28Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/sd.c | log | diff | annotate |
src/sys/scsi/sdvar.h | log | diff | annotate | |
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@ |