CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/09/09 13:43:27
Modified files: sys/kern : subr_disk.c Log message: No need to set d_npartitions in readdoslabel() or readgptlabel(). It has already been initialized in the MD readdisklabel() routines when they call initdisklabel(). ok deraadt@