Hello!

I just downloaded and checked ivtv-0.2.0-rc3g.tgz to see if the compile 
problems with "sighand" in driver/ivtv-kthreads.c have been fixes - as it 
said so in the ChangeLog.

Unfortunately it turned out that the current implementation of that fix is 
wrong, the #ifdefs have to be the exact opposite. It can't be from the 
patch that I sent to this mailing list a few days ago because there it was 
correct, like this, for example:

#ifdef INIT_SIGHAND
                        spin_lock_irq(&current->sighand->siglock);
#else
                        spin_lock_irq(&current->sigmask_lock);
#endif

The current code, however, has the statements reversed because it starts 
with

#ifndef INIT_SIGHAND [...]

Therefore the code in ivtv-0.2.0-rc3g.tgz still does not compile (for me). 
Can you tell me where this patch came from that you use in the current 
source code tar file or - in case you took "my" patch - why someone 
changed the code I submitted from "#ifdef" to "#ifndef"?

Regards, Stefan.

On Monday 21 February 2005 17:12, Chris Kennedy wrote:
> These add most of the recent patches, if not then please resubmit
> patches to these versions, either they didn't apply clean or fell
> through the cracks...
>
> Read the change log in each for details...
>
>
> Stable:
> http://ivtv.no-ip.info/ivtv-0.2.0-rc3g.tgz
>
> Unstable:
> http://ivtv.no-ip.info/ivtv-0.3/ivtv-0.3.2e.tgz
>
>
>
> Thanks,
> Chris


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to