CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/18 15:40:13
Modified files:
sbin/fdisk : mbr.c mbr.h part.c part.h
Log message:
Don't save the prt_scyl/prt_ecyl values, change them, use them
and then restore them. Just change/use the saved values and skip
the restoring.
Allows PRT_make() to add 'const' to its struct mbr parameter, and
thus allows MBR_make() to add 'const' to its struct mbr
parameter.
No intentional functional change.
