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 define HAVE_CLONING_BPF.



details:   https://anonhg.NetBSD.org/src/rev/36d517091b12
branches:  trunk
changeset: 785056:36d517091b12
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 20 01:39:02 2013 +0000

description:
define HAVE_CLONING_BPF.

diffstat:

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

diffs (12 lines):

diff -r 80624dfd9adf -r 36d517091b12 external/bsd/libpcap/include/config.h
--- a/external/bsd/libpcap/include/config.h     Tue Feb 19 23:57:37 2013 +0000
+++ b/external/bsd/libpcap/include/config.h     Wed Feb 20 01:39:02 2013 +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