diff options
author | hunt <hunt> | 2007-06-07 16:24:39 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-06-07 16:24:39 +0000 |
commit | 8d2e746e17e36ecbb6678f81c0bcaec4d2db627c (patch) | |
tree | 45b054772823414282e11c612ec27f4a26cfb608 /runtime/ChangeLog | |
parent | e62ffeb978b987ffa7cea29c1d0176276b1e65bd (diff) | |
download | systemtap-steved-8d2e746e17e36ecbb6678f81c0bcaec4d2db627c.tar.gz systemtap-steved-8d2e746e17e36ecbb6678f81c0bcaec4d2db627c.tar.xz systemtap-steved-8d2e746e17e36ecbb6678f81c0bcaec4d2db627c.zip |
2007-06-07 Martin Hunt <hunt@redhat.com>
PR 4075 fix from Ananth Mavinakayanahalli
* string.h (_stp_get_user): Define.
* string.c (_stp_text_str): Use _stp_get_user().
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index b96623bb..f92aa0a1 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,8 @@ +2007-06-07 Martin Hunt <hunt@redhat.com> + PR 4075 fix from Ananth Mavinakayanahalli + * string.h (_stp_get_user): Define. + * string.c (_stp_text_str): Use _stp_get_user(). + 2007-05-30 Martin Hunt <hunt@redhat.com> Patch from Quentin Barnes. |