CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/22 20:46:18
Modified files:
sbin/pdisk : dump.c file_media.c file_media.h
partition_map.c validate.c
Log message:
Flip read_block() and write_block() back to taking sector addresses
instead of off_t values. Do the DEV_BSIZE multiplication in these two
functions.
Easier to read code and kills two #include <sys/param.h>.
Kill unused label.
