Mercurial > mplayer.hg
changeset 15577:4f55a470dcb3
not used anymore
author | reimar |
---|---|
date | Fri, 27 May 2005 14:59:09 +0000 |
parents | 82fe45e7ca77 |
children | 0da006f9f822 |
files | osdep/kerneltwosix.h |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/osdep/kerneltwosix.h Fri May 27 12:38:29 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -#include <linux/version.h> -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70) -#define __KERNEL__ -#include <linux/thread_info.h> -#include <linux/list.h> -#undef __KERNEL__ -#endif - -