Subject: CVS commit: syssrc/sys/arch/sun68k/sun68k
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 11/30/2001 18:11:11
Module Name:	syssrc
Committed By:	fredette
Date:		Fri Nov 30 16:11:11 UTC 2001

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

Log Message:
Make sure that an unlabeled device gets at least RAW_PART
in the default in-core disklabel, instead of only a single
partition, so that applying a new disklabel can work normally.
bcopy() -> memcpy(), bzero() -> memset()


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sun68k/sun68k/disksubr.c

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