CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/16 07:26:04
Modified files:
sbin/fdisk : disk.c disk.h gpt.c misc.c part.c
Log message:
Be consistent and always return -1 to indicate failure.
DISK_printgeometry() return value was always 0 and never
checked so just make it void.
No functional change.
