CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/30 07:24:47
Modified files:
sbin/pdisk : file_media.c partition_map.c
Log message:
There is not much to do if we run out of memory, so simply exit if
a malloc() or calloc() fails. Simplifies a bunch of logic, makes
add_data_to_map() always succeed or exit, so make it a void.
