Subject: PR/16518 CVS commit: src/lib/libpcap
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <drochner@netbsd.org>
List: netbsd-bugs
Date: 02/24/2006 23:50:01
The following reply was made to PR lib/16518; it has been noted by GNATS.

From: Matthias Drochner <drochner@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/16518 CVS commit: src/lib/libpcap
Date: Fri, 24 Feb 2006 23:41:50 +0000 (UTC)

 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.