CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/06/17 10:24:55
Modified files: sbin/fdisk : cmd.c part.c part.h Log message: Remove pointless zero'ing of buffer that is immediately overwritten by string_from_line(). Remove equally pointless checking of that buffer for empty string. Slightly simplifies the code displaying partition help.