diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-03 16:00:40 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-03 16:01:23 -0400 |
commit | 422b0781177e0755df5542e1c70e809e6f3cfe89 (patch) | |
tree | daa2dd746ed749245c314b005a59976d2e7d0978 /translate.cxx | |
parent | 66e1a139060be3caac7733ba745b225ce775ca97 (diff) | |
download | systemtap-steved-422b0781177e0755df5542e1c70e809e6f3cfe89.tar.gz systemtap-steved-422b0781177e0755df5542e1c70e809e6f3cfe89.tar.xz systemtap-steved-422b0781177e0755df5542e1c70e809e6f3cfe89.zip |
ubuntu (2.6.24-16-server) kernel compatibility fix
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <linux/utsrelease.h>"; s.op->newline() << "#include <linux/utsname.h>"; s.op->newline() << "#include <linux/version.h>"; - s.op->newline() << "#include <linux/compile.h>"; + // s.op->newline() << "#include <linux/compile.h>"; s.op->newline() << "#include \"loc2c-runtime.h\" "; // XXX: old 2.6 kernel hack |