1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 17:37:06 +00:00
termux-packages/root-packages/hping3/libpcap_stuff.c.patch
Henrik Grimler b7ae673448
hping3: split patch into several files
Also activate tcl and make package build.
2022-04-18 14:30:50 +05:30

12 lines
294 B
Diff

--- hping3-20051105/libpcap_stuff.c 2018-02-28 13:08:48.827000712 +0530
+++ hping3-3.0.0/libpcap_stuff.c 2018-02-11 18:37:24.000000000 +0530
@@ -17,7 +17,7 @@
#include <stdlib.h>
#include <sys/ioctl.h>
#include <pcap.h>
-#include <net/bpf.h>
+#include <pcap/bpf.h>
#include "globals.h"