]> git.pld-linux.org Git - packages/kismet.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Jun 2007 11:47:18 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kismet-c++.patch -> 1.1

kismet-c++.patch [new file with mode: 0644]

diff --git a/kismet-c++.patch b/kismet-c++.patch
new file mode 100644 (file)
index 0000000..1bc9532
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN kismet-2007-01-R1b.org/gpsmap.cc kismet-2007-01-R1b/gpsmap.cc
+--- kismet-2007-01-R1b.org/gpsmap.cc   2006-05-20 21:41:16.000000000 +0200
++++ kismet-2007-01-R1b/gpsmap.cc       2007-06-24 13:43:22.900716142 +0200
+@@ -2246,7 +2246,7 @@
+     for (int t = 0; t < numthreads; t++) {
+         void *tmp;
+         pthread_join(mapthread[t], &tmp);
+-      thread_status = reinterpret_cast<int>(tmp);
++      thread_status = reinterpret_cast<long>(tmp);
+     }
+ #else
+     // Run one instance of our "thread".  thread number 0, it should just crunch it all
This page took 0.088488 seconds and 4 git commands to generate.