Hi,
does anybody on this list why /usr/include/linux/videodev.h was changed in 
9.0?
I've looked in the changelog and couldn't find anything. Neither stock 
2.4.18 nor the stock 2.4.19 version of linux/videodev.h include 
linux/fs.h, whereas  Mandrake's version of linux/videodev.h does.

Why is this bad? Well, mjpegtools won't compile without some hacking, 
that's one thing. I'm just wondering why this was done and whether it's 
going to stay this way in 9.1.

I couldn't find anything in the changelog for kernel-headers.

Best,

Narfi.

2.4.18:

 grep include linux/include/linux/videodev.h
#include <linux/types.h>
#include <linux/version.h>
#include <linux/poll.h>
#include <linux/devfs_fs_kernel.h>


2.4.19:
grep include linux-2.4.19/include/linux/videodev.h
#include <linux/types.h>
#include <linux/version.h>
# include <linux/videodev2.h>
#include <linux/poll.h>
#include <linux/devfs_fs_kernel.h>

Mandrake 9.0:

grep include /usr/include/linux/videodev.h
#include <linux/types.h>
#include <linux/version.h>
#include <linux/fs.h>
# include <linux/videodev2.h>
#include <linux/poll.h>
#include <linux/devfs_fs_kernel.h>

Reply via email to