]> git.pld-linux.org Git - packages/kismet.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Jun 2008 21:00:49 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kismet-c++.patch -> 1.2

kismet-c++.patch [deleted file]

diff --git a/kismet-c++.patch b/kismet-c++.patch
deleted file mode 100644 (file)
index 1bc9532..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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.054848 seconds and 4 git commands to generate.