CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2023/01/04 14:08:08
Modified files: sbin/disklabel : disklabel.c dkcksum.c editor.c extern.h Log message: Use 'const struct disklabel *' parameters where the disklabel is not altered. And 'const struct partition *' for pointers into newly const disklabels. No intentional functional change.