CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/06/11 18:47:30
Modified files: sbin/fdisk : gpt.c Log message: Use a new variable 'gpbytes' rather than 'sizeof(gp)' to control the number of bytes of partition entries to write to disk. Set gpbytes to 'sizeof(gp)' so no functional change for now.