Module Name:    src
Committed By:   christos
Date:           Mon Jan 30 13:15:16 UTC 2017

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

Log Message:
we have a cloning bpf, the config test is broken


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/external/bsd/libpcap/include/config.h:1.9
--- src/external/bsd/libpcap/include/config.h:1.8	Tue Jan 24 17:29:29 2017
+++ src/external/bsd/libpcap/include/config.h	Mon Jan 30 08:15:15 2017
@@ -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