CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/03/16 17:51:50
Modified files: sbin/fdisk : cmd.c cmd.h disk.c disk.h fdisk.c mbr.c mbr.h misc.c misc.h part.c part.h user.c user.h Log message: Stop passing around a pointer to the stack variable 'disk' in main(). There is only one disk being worked on, so just make it a global. Fewer parameters, less confusion, no functional change.