Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 05/18/2004 14:07:06
Module Name:	src
Committed By:	cube
Date:		Tue May 18 14:07:06 UTC 2004

Modified Files:
	src/distrib/utils/sysinst: disks.c

Log Message:
dd->dd_no_mbr has to always be initialized.  It doesn't default to 0 since
it is allocated on the stack.  Thus, allow editing the MBR partition table
on disks that actually have a MBR.


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/distrib/utils/sysinst/disks.c

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