> > /usr/include/linux/videodev.h:942: warning: `struct file' declared inside 
>parameter list
> > /usr/include/linux/videodev.h:942: warning: its scope is only this definition or 
>declaration, which is probably not what you want.
> > /usr/include/linux/videodev.h:942: warning: `struct inode' declared inside 
>parameter list
> > make: *** [QTrec] Error 1
> > 
> > This may be caused by me doing something wrong when patching the
> > kernel.
>  
>  That is strange.  I am pretty sure 'struct  file' and 'struct inode'
>  should never be visible to userland compiles. Gerd, could you please
>  have a look at this (please let me know if this is actually a fault on
>  my side)?

The #endif /* ifdef __KERNEL__ */ in videodev.h needs to be moved
down a few lines.  Those parts of the include file indead shouldn't
be visible to userland.

  Gerd

-- 
Gerd Knorr <[EMAIL PROTECTED]>



_______________________________________________
Video4linux-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/video4linux-list

Reply via email to