CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2013/09/27 05:43:20

Modified files:
        sys/scsi       : cd.c scsi_base.c scsiconf.h 

Log message:
scsi_size() is now used only by cd(4). So move it from scsi_base.c
to cd.c and call it cd_size(), like sd_size() lives in sd.c.

Tweak some daddr_t variables to u_int64_t on the way, when they are
for disk sector numbers, not 512-byte block numbers.

Reply via email to