CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/17 15:42:15
Modified files:
sbin/fdisk : cmd.c cmd.h fdisk.c user.c
Log message:
Stop passing around little used and superfluous 'offset' parameter.
Just use the offset recorded/parsed in the struct mbr being used.
Can still traverse/edit extended MBRs so offset really wasn't needed.
Fewer parameters, less confusion, no functional change.
