diff options
author | zhaolei <zhaolei> | 2007-09-27 05:14:15 +0000 |
---|---|---|
committer | zhaolei <zhaolei> | 2007-09-27 05:14:15 +0000 |
commit | 6c5a7bf85ea4dd12c4481db1c82663354c42f2cc (patch) | |
tree | 22a36228ce9cd3a6a604f469c0191fae9604a84b /tapset/ChangeLog | |
parent | 58a81479785f10c9717997ba1a374125f3da7103 (diff) | |
download | systemtap-steved-6c5a7bf85ea4dd12c4481db1c82663354c42f2cc.tar.gz systemtap-steved-6c5a7bf85ea4dd12c4481db1c82663354c42f2cc.tar.xz systemtap-steved-6c5a7bf85ea4dd12c4481db1c82663354c42f2cc.zip |
2007-09-27 Zhaolei <zhaolei@cn.fujitsu.com>
* tcp.stp (sendmsg.return): Fix description of size variable.
* tcp.stp (recvmsg.return): Ditto.
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r-- | tapset/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index a8e100c2..22f0d063 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,5 +1,10 @@ 2007-09-27 Zhaolei <zhaolei@cn.fujitsu.com> + * tcp.stp (sendmsg.return): Fix description of size variable. + * tcp.stp (recvmsg.return): Ditto. + +2007-09-27 Zhaolei <zhaolei@cn.fujitsu.com> + * socket.stp (aio_read): Fix compile error with kernel version less than 2.6.19. * socket.stp (aio_write): Ditto. |