Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/24/1998 15:50:02
cgd
Tue Mar 24 15:45:32 PST 1998
Update of /cvsroot/src/sbin/disklabel
In directory nb00:/tmp/cvs-serv11920

Modified Files:
	disklabel.c 
Log Message:
KNF arm32-specific label-grovelling code.  Also, clean up error messages
(errx instead of err, kill bogus newlines, make error messages look more
"normal").


cgd
Tue Mar 24 15:47:28 PST 1998
Update of /cvsroot/src/sbin/disklabel
In directory nb00:/tmp/cvs-serv12692

Modified Files:
	disklabel.c 
Log Message:
use warnx when warning about an old BSD partition ID (i386 MBR code),
since err/warn seem to be used consistently throughout the code, rather
than fprintf.