Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/28/1997 09:50:03
mycroft
Sun Sep 28 02:41:56 PDT 1997
Update of /cvsroot/src/lib/libpcap
In directory netbsd1:/var/slash-tmp/cvs-serv8447

Modified Files:
	optimize.c 
Log Message:
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.