Subject: CVS commit: src/lib/libpcap
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/24/2006 23:41:50
Module Name:	src
Committed By:	drochner
Date:		Fri Feb 24 23:41:50 UTC 2006

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

Log Message:
use unsigned ints in filter, to avoid possible portability problems
with bit shifts,
this is part of PR lib/16518 by yamt
(the other concerns in that PR should be solved)


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/lib/libpcap/optimize.c

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