> i have a minor problem with one declaration in 'videodev.h'. 
> At line 101 you use 'ulong' instead of '__u32', could you, 
> by any chance, change that? 

no.

> -       ulong rangelow, rangehigh;      /* Tuner range */
> +       __u32 rangelow, rangehigh;      /* Tuner range */
>         __u32 flags;

ulong != __u32 on many platforms.

Binary compatibility breakage is unacceptable


-- 
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to