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 Re-add cloning bpf definition t...
details: https://anonhg.NetBSD.org/src/rev/7bf6d5f6bb53
branches: trunk
changeset: 328557:7bf6d5f6bb53
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Apr 07 01:29:12 2014 +0000
description:
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).
diffstat:
external/bsd/libpcap/include/config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7b979994cb99 -r 7bf6d5f6bb53 external/bsd/libpcap/include/config.h
--- a/external/bsd/libpcap/include/config.h Mon Apr 07 00:07:40 2014 +0000
+++ b/external/bsd/libpcap/include/config.h Mon Apr 07 01:29:12 2014 +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