Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/13/1997 10:00:05
bouyer
Mon Oct 13 02:53:33 PDT 1997
Update of /cvsroot/src/sbin/disklabel
In directory netbsd1:/var/slash-tmp/cvs-serv11555

Modified Files:
	disklabel.c interact.c 
Log Message:
The number of fs types is FSMAXTYPES not DKMAXTYPES.
Correct read of formatted file (used with -e or -R) so that fstype with
spaces will work. Also enlarge the fstype field by 2 chars so that
"Linux Ext2" will not be truncated.