diff options
author | zhaolei <zhaolei> | 2007-09-25 02:56:53 +0000 |
---|---|---|
committer | zhaolei <zhaolei> | 2007-09-25 02:56:53 +0000 |
commit | 69b7c84ec7ca339b64c8c4a9d722b11da6c5f3ab (patch) | |
tree | 26b1bde0a9f0df0b6d95816b701f8316755ba659 | |
parent | 88cbaa2baf4cba4d04909caeb90883ed8054d87a (diff) | |
download | systemtap-steved-69b7c84ec7ca339b64c8c4a9d722b11da6c5f3ab.tar.gz systemtap-steved-69b7c84ec7ca339b64c8c4a9d722b11da6c5f3ab.tar.xz systemtap-steved-69b7c84ec7ca339b64c8c4a9d722b11da6c5f3ab.zip |
2007-09-25 Zhaolei <zhaolei@cn.fujitsu.com>
From Cai Fei <caifei@cn.fujitsu.com>
* rpc.stp Fix the wrong calling of returnstr($return) to
returnstr(1) or returnstr(2).
-rw-r--r-- | tapset/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index e7096605..4608019c 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,6 +1,12 @@ 2007-09-25 Zhaolei <zhaolei@cn.fujitsu.com> From Cai Fei <caifei@cn.fujitsu.com> + * rpc.stp Fix the wrong calling of returnstr($return) to + returnstr(1) or returnstr(2). + +2007-09-25 Zhaolei <zhaolei@cn.fujitsu.com> + + From Cai Fei <caifei@cn.fujitsu.com> * rpc.stp Add function for probe point sunrpc.clnt.create_client. 2007-09-24 Martin Hunt <hunt@redhat.com> |