Subject: CVS commit: src/sbin
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/25/2004 03:32:52
Module Name:	src
Committed By:	thorpej
Date:		Sat Sep 25 03:32:52 UTC 2004

Modified Files:
	src/sbin/fsck: fsck.c
	src/sbin/mount: mount.c

Log Message:
Try the DIOCGWEDGEINFO ioctl first.  If that succeeds (i.e. the block
device is a wedge), use the partition type string from the dkwedge_info
structure to get the file system type.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sbin/fsck/fsck.c
cvs rdiff -r1.72 -r1.73 src/sbin/mount/mount.c

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