Subject: CVS commit: basesrc [netbsd-1-5]
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/03/2001 23:19:27
Module Name: basesrc
Committed By: he
Date: Sat Feb 3 21:19:27 UTC 2001
Modified Files:
basesrc/usr.sbin/wiconfig [netbsd-1-5]: wiconfig.c
Log Message:
Pull up revision 1.10 (requested by jdolecek):
Cast isprint() parameter to (unsigned char) - it looses if the
character has high bit set when the architecture is using signed
char by default. Fixes PR#11556.
To generate a diff of this commit:
cvs rdiff -r1.5.4.2 -r1.5.4.3 basesrc/usr.sbin/wiconfig/wiconfig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.