initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / multimedia / mplayer / kernel_2_6.patch
1 --- ./osdep/kerneltwosix.h.orig 2004-07-20 16:37:03.000000000 +0200
2 +++ ./osdep/kerneltwosix.h      2004-07-20 16:39:26.000000000 +0200
3 @@ -1,9 +1 @@
4  #include <linux/version.h>
5 -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
6 -#define __KERNEL__
7 -#include <linux/thread_info.h>
8 -#include <linux/list.h>
9 -#undef __KERNEL__
10 -#endif
11 -
12 -