CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/31 15:12:35
Modified files:
sbin/pdisk : partition_map.c
Log message:
Fold add_data_to_map() into create_entry() as the former is always called
immediately after the latter, manipulating fields in the same structure.
Use create_entry() in create_partition() rather than doing the same
actions manually.
