Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/20/2001 19:58:20
Module Name:	syssrc
Committed By:	he
Date:		Fri Apr 20 16:58:20 UTC 2001

Modified Files:
	syssrc/sys/arch/hp300/hp300: disksubr.c

Log Message:
In the provisional disklabel (which will be used if there is no
valid on-device disk label), set d_npartitions to RAW_PART+1 instead
of to 1.  Discovered as a build bug on the netbsd-1-5 branch, affecting
miniroot construction and vnd devices; RAW_PART went missing from the
in-core disklabel, and eventually also the on-device label.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/hp300/hp300/disksubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.