CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/07/12 16:18:54
Modified files: sbin/fdisk : cmd.c cmd.h disk.c disk.h gpt.c gpt.h mbr.c mbr.h misc.c misc.h part.c part.h user.c Log message: Toss 'const' in anywhere the compiler doesn't complain about, thus identifying places that *should* be const but currently aren't and preventing the rot from spreading further while those issues are dealt with. No functional change.