CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/03/18 08:46:59
Modified files: sbin/fdisk : cmd.c cmd.h fdisk.c mbr.c mbr.h user.c user.h Log message: Stop passing around little used 'struct mbr tt' parameter. Just make the initial mbr that tt pointed at a global that can be directly accessed in the couple of places it is needed. Fewer parameters, less confusion, no functional change.