Subject: CVS commit: src/sbin/fsck_ext2fs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/29/2004 17:37:30
Module Name:	src
Committed By:	dsl
Date:		Fri Oct 29 17:37:30 UTC 2004

Modified Files:
	src/sbin/fsck_ext2fs: setup.c

Log Message:
Add (unsigned char) cast to ctype function
Fix check for device name ending in [0-9a-h] (strchr(dev, 0) doesn't ever
return NULL - which is fortunate because the () were wrong as well!)


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sbin/fsck_ext2fs/setup.c

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