diff options
Diffstat (limited to 'net-wireless/aircrack/files/aircrack-2.1-amd64.patch')
-rw-r--r-- | net-wireless/aircrack/files/aircrack-2.1-amd64.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-wireless/aircrack/files/aircrack-2.1-amd64.patch b/net-wireless/aircrack/files/aircrack-2.1-amd64.patch new file mode 100644 index 000000000000..2091f6be2813 --- /dev/null +++ b/net-wireless/aircrack/files/aircrack-2.1-amd64.patch @@ -0,0 +1,16 @@ +--- aircrack.c.orig 2005-04-11 16:59:28.000000000 +0200 ++++ aircrack.c 2005-04-11 17:19:14.000000000 +0200 +@@ -121,7 +121,12 @@ + unsigned long cnt1; + unsigned long cnt2; + unsigned char *h80211; +- struct pcap_pkthdr pkh; ++ struct { ++ struct { ++ int tv_sec, tv_usec; ++ } ts; ++ int caplen, len; ++ } pkh; + struct pcap_file_header pfh; + + /* open the file and check the pcap header */ |