diff options
| author | hunt <hunt> | 2005-08-30 00:27:35 +0000 |
|---|---|---|
| committer | hunt <hunt> | 2005-08-30 00:27:35 +0000 |
| commit | 55a030a179fdfd1e887d95d5c0050004bee27fcf (patch) | |
| tree | b77687481aa40fb2fcced58bbf63f66c7a27b050 /runtime/ChangeLog | |
| parent | 10fcd0060d7b88bbf0503f85ecaf8c8660abeaaf (diff) | |
| download | systemtap-steved-55a030a179fdfd1e887d95d5c0050004bee27fcf.tar.gz systemtap-steved-55a030a179fdfd1e887d95d5c0050004bee27fcf.tar.xz systemtap-steved-55a030a179fdfd1e887d95d5c0050004bee27fcf.zip | |
2005-08-29 Martin Hunt <hunt@redhat.com>
* list.c (_stp_copy_argv_from_user): Move to here.
* copy.c (_stp_copy_argv_from_user): Delete.
* runtime.h: Always include copy.h.
Diffstat (limited to 'runtime/ChangeLog')
| -rw-r--r-- | runtime/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 014ba13b..727862b4 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,9 @@ +2005-08-29 Martin Hunt <hunt@redhat.com> + + * list.c (_stp_copy_argv_from_user): Move to here. + * copy.c (_stp_copy_argv_from_user): Delete. + * runtime.h: Always include copy.h. + 2005-08-25 Roland McGrath <roland@redhat.com> * loc2c-runtime.h (deref_string): Rewritten using deref. |
