summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-27 14:59:09 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-27 14:59:09 +0000
commit1b82c658bf75d88d4d3a61ed13b1ad507d822fbc (patch)
tree9abdff85f50f1969eda079e4476066aba5eb67e2 /osdep
parentfdd23f29ba6d7467750a2e7c89666ea2a401c429 (diff)
downloadmpv-1b82c658bf75d88d4d3a61ed13b1ad507d822fbc.tar.bz2
mpv-1b82c658bf75d88d4d3a61ed13b1ad507d822fbc.tar.xz
not used anymore
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15578 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/kerneltwosix.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/osdep/kerneltwosix.h b/osdep/kerneltwosix.h
deleted file mode 100644
index dcb808d934..0000000000
--- a/osdep/kerneltwosix.h
+++ /dev/null
@@ -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
-
-