summaryrefslogtreecommitdiffstats
path: root/patches/hping3-20051105/remove_pcap_header.diff
blob: 2a9e75735c8a3e9fb0af7bc7aced35d4f842ab48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Subject: The <net/bpf.h> include file does not exist an more
From: Juergen Beisert <jbe@pengutronix.de>

The <net/bpf.h> include file does not exist an more. Simply removed.

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>

---
 libpcap_stuff.c |    1 -
 1 file changed, 1 deletion(-)

Index: libpcap_stuff.c
===================================================================
--- libpcap_stuff.c.orig
+++ libpcap_stuff.c
@@ -17,7 +17,6 @@
 #include <stdlib.h>
 #include <sys/ioctl.h>
 #include <pcap.h>
-#include <net/bpf.h>
 
 #include "globals.h"