Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 11/19/2000 15:18:03
Module Name:	basesrc
Committed By:	itojun
Date:		Sun Nov 19 13:18:03 UTC 2000

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

Log Message:
re-introduce netbsd fix 1.5 -> 1.6, which was mistakenly removed.
pointed by Gui Harris.

---
Fix a hairy optimizer bug that causes the expression:
'ip and ((icmp and dst host 1.1.1.1 and not host 2.2.2.2) or (host 1.1.1.1 and src host 3.3.3.3))'
to compile incorrectly.  Details about to be mailed to LBL.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/lib/libpcap/optimize.c

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