CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/07/17 15:47:56
Modified files: sbin/fdisk : cmd.c fdisk.c Log message: The first think MBR_init() does is memset(0) the gpt header and gpt partition array. So no need to memset(0) the gpt header before each MBR_init() invocation. No functional change.