CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2021/03/09 00:03:19
Modified files: sbin/disklabel : editor.c Log message: Do not adjust (uhm.. zero) the swap 'b' partition size if physmem is zero (should not happen, but did), because the auto-allocate code will put a filesystem on that partition. ok otto kurt