summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-11-17 11:57:52 -0500
committerSteve Dickson <steved@redhat.com>2009-11-17 11:57:52 -0500
commit870cc5e54797b610839b8384e5fcccdcc1999cac (patch)
treeca9aedc0004042fd48de5dc6a8a5ac3ec3f7448c /tapset
parentab361a8190ccef2cb675569b5cc8dddc579cb1bb (diff)
downloadsystemtap-870cc5e54797b610839b8384e5fcccdcc1999cac.tar.gz
systemtap-870cc5e54797b610839b8384e5fcccdcc1999cac.tar.xz
systemtap-870cc5e54797b610839b8384e5fcccdcc1999cac.zip
Fixed typeo in svc_export.stp
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'tapset')
-rw-r--r--tapset/svc_export.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/svc_export.stp b/tapset/svc_export.stp
index 712b502..d390252 100644
--- a/tapset/svc_export.stp
+++ b/tapset/svc_export.stp
@@ -1,6 +1,6 @@
%{
#include <linux/fs.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,18)
#include <linux/path.h>
#endif
%}