diff options
author | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-05-26 04:23:12 -0400 |
---|---|---|
committer | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-05-26 04:23:12 -0400 |
commit | f09ac52b8a4a35e46c694b96ccfbf28c08f0c527 (patch) | |
tree | d06b51e87a3abc67dab78eef452c0841da714b01 /tapset/task.stp | |
parent | 63aa9fb121d0eedc30d9b9a0cb0b91da96b551d8 (diff) | |
download | systemtap-steved-f09ac52b8a4a35e46c694b96ccfbf28c08f0c527.tar.gz systemtap-steved-f09ac52b8a4a35e46c694b96ccfbf28c08f0c527.tar.xz systemtap-steved-f09ac52b8a4a35e46c694b96ccfbf28c08f0c527.zip |
Include fdtable.h in task.stp for 2.6.26 and format signal.stp
Diffstat (limited to 'tapset/task.stp')
-rw-r--r-- | tapset/task.stp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tapset/task.stp b/tapset/task.stp index a15888f8..1f361b58 100644 --- a/tapset/task.stp +++ b/tapset/task.stp @@ -9,6 +9,7 @@ %{ #include <linux/version.h> #include <linux/file.h> +#include <linux/fdtable.h> %} // Return the task_struct representing the current process |