]> git.pld-linux.org Git - packages/aircrack.git/commitdiff
- from gentoo
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Wed, 11 May 2005 15:38:43 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aircrack-2.1-amd64.patch -> 1.1

aircrack-2.1-amd64.patch [new file with mode: 0644]

diff --git a/aircrack-2.1-amd64.patch b/aircrack-2.1-amd64.patch
new file mode 100644 (file)
index 0000000..2091f6b
--- /dev/null
@@ -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 */
This page took 0.068112 seconds and 4 git commands to generate.