Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/15/2001 11:26:15
Module Name: basesrc
Committed By: martin
Date: Mon Jan 15 09:26:15 UTC 2001
Modified Files:
basesrc/usr.sbin/isdn/daicctl: main.c
Log Message:
Comparing ch != -1 when ch is of type char is no good idea.
Fix this for ports where char is unsigned by making ch an int.
Pointed out by Matthias Pfaller.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 basesrc/usr.sbin/isdn/daicctl/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.