Subject: CVS commit: src/dist/libpcap
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/17/2006 17:48:36
Module Name:	src
Committed By:	drochner
Date:		Wed May 17 17:48:36 UTC 2006

Modified Files:
	src/dist/libpcap: optimize.c

Log Message:
Make the optimizer use unsigned numbers as the kernel does.
While it is not agreed on that purely unsigned arithmetics is nice,
different behaviour of optimized and unoptimized code is less desirable.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/libpcap/optimize.c

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