From a03d09d23e521eee8941c405710ca19c9c274880 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 14 Apr 2010 13:06:43 -0400 Subject: Ported the code to the 2.6.32 kernel Signed-off-by: Steve Dickson --- tapset/nfs4_callback.stp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tapset/nfs4_callback.stp') diff --git a/tapset/nfs4_callback.stp b/tapset/nfs4_callback.stp index 01070e1..c6492b7 100644 --- a/tapset/nfs4_callback.stp +++ b/tapset/nfs4_callback.stp @@ -8,9 +8,11 @@ #include #include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33) #include -#include #include +#endif +#include %} function nfs4_callback:string(_stp:long) -- cgit