From 863800b1019cc92d6c20de4a9d5cd02682ad9177 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 12 Jul 2013 11:28:25 +0200 Subject: bpf_comp: pass NEED_TCPDUMP_LIKE_FILTER through gcc We have to pass NEED_TCPDUMP_LIKE_FILTER define through gcc as it otherwise is not possible to let the pcap compiler invoke through netsniff-ng, but not through astraceroute. Signed-off-by: Daniel Borkmann --- bpf_comp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bpf_comp.c') diff --git a/bpf_comp.c b/bpf_comp.c index 8946621..8298289 100644 --- a/bpf_comp.c +++ b/bpf_comp.c @@ -4,8 +4,6 @@ * Subject to the GPL, version 2. */ -#define NEED_TCPDUMP_LIKE_FILTER - #include #include -- cgit v1.2.3-54-g00ecf ref='/cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2016-07-19 14:31:12 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-07-19 14:33:07 -0700
commitc1d7b7c1817aceaa93e5f255fc0ea23f327bcd40 (patch)
tree74115facc248073116bb75b5d24a39797f5c26c1
parentf32f5394415adcb93245213b50ab739e31c31b5b (diff)
Input: pegasus_notetaker - set device mode in reset_resume() if in use
Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>