kismet-c++.patch (NONE -> 1.1) (NEW)

Paweł Sikora pluto at agmk.net
Sun Jun 24 14:40:42 CEST 2007


> Author: arekm                        Date: Sun Jun 24 11:47:23 2007 GMT
> Module: SOURCES                       Tag: HEAD
> ---- Log message:
> - new
>
> ---- Files affected:
> SOURCES:
>    kismet-c++.patch (NONE -> 1.1)  (NEW)
>

> +     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);
> +     }

czy aby nie przypadkiem status watku, to wartosc zwrocona przez join() ?
0 == ok, albo -E<costam>

-- 
MIT is like the Paris Hilton of technology universities.
   Every guy knows about it and want's to get inside.



More information about the pld-devel-pl mailing list