From c799f7e71c710566175d57c25ad775ec29e18ad4 Mon Sep 17 00:00:00 2001 From: Wenji Huang Date: Mon, 4 Jan 2010 14:11:47 +0800 Subject: [PATCH] Change directory of utsrelease.h to include/generated for 2.6.33 --- testsuite/buildok/two.stp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuite/buildok/two.stp b/testsuite/buildok/two.stp index 2fedf6545..764765c24 100755 --- a/testsuite/buildok/two.stp +++ b/testsuite/buildok/two.stp @@ -5,8 +5,10 @@ stap -p4 -g $@ - <<'END' %{ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) #include -#else +#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33) #include +#else +#include #endif %} -- 2.43.5