Subject: CVS commit: syssrc/sys/compat/ibcs2
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/23/2002 07:49:33
Module Name:	syssrc
Committed By:	simonb
Date:		Mon Sep 23 04:49:32 UTC 2002

Modified Files:
	syssrc/sys/compat/ibcs2: ibcs2_ioctl.c

Log Message:
ttspeedtab() is a function that returns an int, and returns -1 if
there's an error.  Store the result of this function in a signed
variable instead of an unsigned variable before checking if the return
value is greater than zero.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/compat/ibcs2/ibcs2_ioctl.c

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