Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/26/2004 19:55:13
Module Name:	src
Committed By:	dsl
Date:		Fri Mar 26 19:55:13 UTC 2004

Modified Files:
	src/distrib/utils/sysinst: bsddisklabel.c defs.h disks.c label.c

Log Message:
Kill emptylabel() is doesn't DTRT since it doesn't know the size of the array.
Fixes breakage caused by copying oldlabel to bsdlabel for update.
Don't look for 'last mounted' in first alternate superblock.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/distrib/utils/sysinst/bsddisklabel.c
cvs rdiff -r1.110 -r1.111 src/distrib/utils/sysinst/defs.h
cvs rdiff -r1.75 -r1.76 src/distrib/utils/sysinst/disks.c
cvs rdiff -r1.42 -r1.43 src/distrib/utils/sysinst/label.c

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