CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/26 07:05:14
Modified files:
sbin/fdisk : disk.c disk.h gpt.c mbr.c
Log message:
Report write() and ioctl() errors encountered when writing GPT or MBR to disk.
Consolidate GPT/MBR read()/write() operations into DISK_writesectors() and
DISK_readsectors(), producing clearer logic and consistent handling of i/o and
errors.
Add some DPRINTF() and #ifdef DEBUG sections to allow more detailed error
reporting when desired.
