Module Name: src Committed By: christos Date: Wed Dec 21 19:00:28 UTC 2011
Modified Files: src/external/bsd/libpcap/dist: gencode.c src/external/bsd/libpcap/dist/pcap: bpf.h pcap.h src/external/bsd/libpcap/lib: Makefile Log Message: Don't use libpcap's bpf file, but use our own: 1. include <net/dlt.h> where needed since we have the information in a separate file. 2. #error in pcap/bpf.h to make sure it is not being used. 3. If we don't include <pcap/bpf.h> include <net/bpf.h> instead. 4. Install symlinks instead of copies of files. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libpcap/dist/gencode.c cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libpcap/dist/pcap/bpf.h cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/libpcap/dist/pcap/pcap.h cvs rdiff -u -r1.7 -r1.8 src/external/bsd/libpcap/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.