Subject: CVS commit: src/usr.bin/from
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/30/2004 17:25:34
Module Name:	src
Committed By:	dsl
Date:		Sat Oct 30 17:25:34 UTC 2004

Modified Files:
	src/usr.bin/from: from.c

Log Message:
isupper(x) can be true for x in [128..255], but since tolower(x) is required
to return x if it cannot be translated we don't need the isupper() test.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/usr.bin/from/from.c

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