tags 410403 patch
thanks

Hi Francois,

As a valid patch has been sitting on this bug report for two months that
fixes the build failure on 64-bit archs, I'm going ahead with a 0-day porter
NMU for kismet to fix the problem.  The final patch is attached, and the NMU
will be uploaded to incoming shortly.

Please forward this fix to upstream if the bug isn't already fixed there.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -u kismet-2007-01-R1b/debian/changelog kismet-2007-01-R1b/debian/changelog
--- kismet-2007-01-R1b/debian/changelog
+++ kismet-2007-01-R1b/debian/changelog
@@ -1,3 +1,13 @@
+kismet (2007-01-R1b-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * 0-day alpha porter NMU.
+  * Drop an unused 'thread_status' variable whose only function is to
+    prevent the package from building on 64-bit architectures. ;)
+    Closes: #410403.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Wed, 02 May 2007 16:41:43 -0700
+
 kismet (2007-01-R1b-1) unstable; urgency=low
 
   * New upstream release (Closes: ##409839)
only in patch2:
unchanged:
--- kismet-2007-01-R1b.orig/gpsmap.cc
+++ kismet-2007-01-R1b/gpsmap.cc
@@ -2242,11 +2242,9 @@
     pthread_attr_destroy(&attr);
 
     // Now wait for the threads to complete and come back
-    int thread_status;
     for (int t = 0; t < numthreads; t++) {
         void *tmp;
         pthread_join(mapthread[t], &tmp);
-	thread_status = reinterpret_cast<int>(tmp);
     }
 #else
     // Run one instance of our "thread".  thread number 0, it should just crunch it all

Reply via email to