From 422b0781177e0755df5542e1c70e809e6f3cfe89 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 3 Jul 2008 16:00:40 -0400 Subject: ubuntu (2.6.24-16-server) kernel compatibility fix --- translate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate.cxx') diff --git a/translate.cxx b/translate.cxx index 2c1cb84c..e9dff3c7 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4530,7 +4530,7 @@ translate_pass (systemtap_session& s) s.op->newline() << "#include "; s.op->newline() << "#include "; s.op->newline() << "#include "; - s.op->newline() << "#include "; + // s.op->newline() << "#include "; s.op->newline() << "#include \"loc2c-runtime.h\" "; // XXX: old 2.6 kernel hack -- cgit