Hi, 
can anybody here explain to me the rationale behind having 
/usr/include/linux/videodev.h include fs.h?
This is done in kernel-headers in 9.0, but it's not done in stock 2.4.18, 
2.4.19 or any of the pre-20 patches.


I've emailed cooker to ask about this, but nobody has responded [it's a 9.0 
question, after all]. I was hoping that somebody here has both the time 
and the knowledge...

There has been quite a discussion about this on the mjpeg-users list 
because mjpegtools fails to compile due to this bug/feature(!). In fact, 
the following program fails to compile on 9.0

#include <linux/videodev.h>
#include <sys/statfs.h>
int main()
{
return 0;
}
but compiles on the other linux systems that I have access to.

Narfi.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to