Codebase list arping / 54ddb82
Import Debian changes 2.09-2 arping (2.09-2) unstable; urgency=low * [084a112] Fix a FTBFS on kfreebsd. (Closes: #577002) - thanks to Petr Salinger Giuseppe Iuculano authored 14 years ago Salvatore Bonaccorso committed 6 years ago
3 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 arping (2.09-2) unstable; urgency=low
1
2 * [084a112] Fix a FTBFS on kfreebsd. (Closes: #577002) - thanks to
3 Petr Salinger
4
5 -- Giuseppe Iuculano <iuculano@debian.org> Fri, 09 Apr 2010 17:47:14 +0200
6
07 arping (2.09-1) unstable; urgency=low
18
29 * [ae34a1a] Switch to quilt
0 #577002 FTBFS on kfreebsd
1 --- a/src/arping.c
2 +++ b/src/arping.c
3 @@ -78,11 +78,11 @@
4 #if HAVE_WIN32_LIBNET_H
5 #include <win32/libnet.h>
6 #endif
7 -#include <pcap.h>
8
9 #if HAVE_NET_BPF_H
10 #include <net/bpf.h>
11 #endif
12 +#include <pcap.h>
13
14 #ifndef ETH_ALEN
15 #define ETH_ALEN 6
0 01_kfreebsd.patch
01 02_fix_manpage.patch