CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2015/05/08 06:15:50

Modified files:
        sbin/disklabel : editor.c 

Log message:
Separately track the number of items in alloc_table in a variable. With
the changes for handling template files in r1.293, alloc_table became
a pointer to an array of structs (rather than the array itself), so
nitems(alloc_table) no longer returns the number of elements. As found
by sebastia@, autosize would only try the first allocation scheme,
so installation would fail on small disks.  ok henning@

Reply via email to