Subject: CVS commit: src/sys/compat/ibcs2
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/19/2003 15:46:16
Module Name:	src
Committed By:	christos
Date:		Wed Nov 19 15:46:16 UTC 2003

Modified Files:
	src/sys/compat/ibcs2: ibcs2_exec_coff.c ibcs2_exec_xout.c ibcs2_misc.c

Log Message:
Previous fix was incomplete; did not handle negative values.
It is best to use size_t's when dealing with sizes, so that
testing for negative ones, is not needed.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/compat/ibcs2/ibcs2_exec_coff.c
cvs rdiff -r1.7 -r1.8 src/sys/compat/ibcs2/ibcs2_exec_xout.c
cvs rdiff -r1.67 -r1.68 src/sys/compat/ibcs2/ibcs2_misc.c

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