Module Name:    src
Committed By:   pooka
Date:           Mon Apr  7 01:29:12 UTC 2014

Modified Files:
        src/external/bsd/libpcap/include: config.h

Log Message:
Re-add cloning bpf definition that got lost in rev 1.4.
Needed at least for wpa_supplicant against a rump kernel (which does
not create the old-style bpf0000 device nodes).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/libpcap/include/config.h

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

Modified files:

Index: src/external/bsd/libpcap/include/config.h
diff -u src/external/bsd/libpcap/include/config.h:1.5 src/external/bsd/libpcap/include/config.h:1.6
--- src/external/bsd/libpcap/include/config.h:1.5	Tue Dec 31 17:08:14 2013
+++ src/external/bsd/libpcap/include/config.h	Mon Apr  7 01:29:12 2014
@@ -5,7 +5,7 @@
 /* #undef BDEBUG */
 
 /* define if you have a cloning BPF device */
-/* #undef HAVE_CLONING_BPF */
+#define HAVE_CLONING_BPF 1
 
 /* define if you have the DAG API */
 /* #undef HAVE_DAG_API */

Reply via email to