From ea5bf166039d50d5b687c7e622e137732f2b2d4d Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 26 May 2008 13:55:14 +0200 Subject: Only include fdtable.h for kernel versions > 2.6.25. --- tapset/task.stp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tapset/task.stp') diff --git a/tapset/task.stp b/tapset/task.stp index 1f361b58..d89729e8 100644 --- a/tapset/task.stp +++ b/tapset/task.stp @@ -9,7 +9,9 @@ %{ #include #include +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25) #include +#endif %} // Return the task_struct representing the current process -- cgit