CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/05/13 11:02:46
Modified files: sbin/disklabel : editor.c Log message: The auto-allocator does not remember to increase the d_npartitions field as it adds partitions. What the heck. Set it to MAXPARTITIONS. That is the new way we are treating d_npartitions everywhere in any case. It is the max a label can support. partitions which are not there mark themselves off. ok krw