CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2024/12/24 14:34:23
Modified files: sbin/fdisk : gpt.c Log message: struct gpt_partition's gp_name field is an array of u_int16_t so use nitems() not sizeof() to get the number of elements. ok kettenis@ lucas@