Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libpcap/include we have a cloning bpf, the conf...



details:   https://anonhg.NetBSD.org/src/rev/d5867540b5ec
branches:  trunk
changeset: 821253:d5867540b5ec
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 30 13:15:15 2017 +0000

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

diffstat:

 external/bsd/libpcap/include/config.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f1b12f474757 -r d5867540b5ec external/bsd/libpcap/include/config.h
--- a/external/bsd/libpcap/include/config.h     Mon Jan 30 09:33:38 2017 +0000
+++ b/external/bsd/libpcap/include/config.h     Mon Jan 30 13:15:15 2017 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index