Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/06/2000 19:39:25
Module Name:	basesrc
Committed By:	thorpej
Date:		Fri Oct  6 16:39:25 UTC 2000

Modified Files:
	basesrc/lib/libpcap: gencode.c pcap.3 pcap.h shlib_version

Log Message:
Add pcap_compile_nopcap() from the most recent libpcap release
from tcpdump.org, although with a slightly different signature.
The tcpdump.org version has no way to report an error string back
to the caller.  This version takes an additional "errbuf" argument
(similar to pcap_open_*()).


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 basesrc/lib/libpcap/gencode.c
cvs rdiff -r1.7 -r1.8 basesrc/lib/libpcap/pcap.3 basesrc/lib/libpcap/pcap.h
cvs rdiff -r1.6 -r1.7 basesrc/lib/libpcap/shlib_version

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