diff options
| author | hunt <hunt> | 2007-03-20 20:21:36 +0000 |
|---|---|---|
| committer | hunt <hunt> | 2007-03-20 20:21:36 +0000 |
| commit | 6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3 (patch) | |
| tree | 72a9861b7d77b0cbfa87f1328892d78417e9ab82 /runtime/staprun/ChangeLog | |
| parent | a39e781f2dcd56e155b0612cb1e045bb485c5c23 (diff) | |
| download | systemtap-steved-6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3.tar.gz systemtap-steved-6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3.tar.xz systemtap-steved-6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3.zip | |
2007-03-20 Martin Hunt <hunt@redhat.com>
* symbols.c (send_module): If send returns < 0 then
cleanup and exit.
(do_kernel_symbols): Ditto.
Diffstat (limited to 'runtime/staprun/ChangeLog')
| -rw-r--r-- | runtime/staprun/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog index c55e8850..50d56ce3 100644 --- a/runtime/staprun/ChangeLog +++ b/runtime/staprun/ChangeLog @@ -1,3 +1,9 @@ +2007-03-20 Martin Hunt <hunt@redhat.com> + + * symbols.c (send_module): If send returns < 0 then + cleanup and exit. + (do_kernel_symbols): Ditto. + 2007-03-18 Martin Hunt <hunt@redhat.com> * staprun.h (err): Define. * symbols.c (get_sections): More overflow checking. |
