CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/23 08:05:52
Modified files:
sbin/pdisk : partition_map.c partition_map.h pdisk.c
Log message:
Pass the disk sector size to open_partition_map(), eliminating it's
internal need for DEV_BSIZE. Ditto create_partition_map().
malloc((sizeof(struct [block0|dpme])) instead of malloc(DEV_BSIZE).
Remove another #include <param.h>.
