diff options
author | zhaolei <zhaolei> | 2007-09-21 00:19:53 +0000 |
---|---|---|
committer | zhaolei <zhaolei> | 2007-09-21 00:19:53 +0000 |
commit | ddf99c49d3761a2acf18ed81d162638750df6e34 (patch) | |
tree | 08ac505975bb64a10e3d9c896936b0f01745a324 | |
parent | cfea2ff40a15c72ddd90d6d6ddba14c1984d4342 (diff) | |
download | systemtap-steved-ddf99c49d3761a2acf18ed81d162638750df6e34.tar.gz systemtap-steved-ddf99c49d3761a2acf18ed81d162638750df6e34.tar.xz systemtap-steved-ddf99c49d3761a2acf18ed81d162638750df6e34.zip |
2007-09-21 Zhaolei <zhaolei@cn.fujitsu.com>
* aux_syscalls.stp(_reboot_magic_str) Fix the problem that
LINUX_REBOOT_MAGIC1 printed as UNKNOWN VALUE.
-rw-r--r-- | tapset/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 3a1e8e6a..8c51f4d7 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,8 @@ +2007-09-21 Zhaolei <zhaolei@cn.fujitsu.com> + + * aux_syscalls.stp(_reboot_magic_str) Fix the problem that + LINUX_REBOOT_MAGIC1 printed as UNKNOWN VALUE. + 2007-09-19 Martin Hunt <hunt@redhat.com> PR 2295 * syscalls.stp (sys_bdflush): Make optional. |