diff options
| author | dsmith <dsmith> | 2007-09-13 17:21:54 +0000 |
|---|---|---|
| committer | dsmith <dsmith> | 2007-09-13 17:21:54 +0000 |
| commit | 8f4bf8aadded0b29e383de4d0c9005315837b14f (patch) | |
| tree | afc69d2778c5e5242c752c804ba76f47dae22afa /runtime/ChangeLog | |
| parent | dbf9815c14749eed31e16262a7b16700750a6615 (diff) | |
| download | systemtap-steved-8f4bf8aadded0b29e383de4d0c9005315837b14f.tar.gz systemtap-steved-8f4bf8aadded0b29e383de4d0c9005315837b14f.tar.xz systemtap-steved-8f4bf8aadded0b29e383de4d0c9005315837b14f.zip | |
2007-09-13 David Smith <dsmith@redhat.com>
* procfs.c (_stp_procfs_dir_lookup): Added 'const' qualifier to
'dir' parameter.
(_stp_create_procfs): Added 'const' qualifier to 'path'
parameter. Removed debug prints.
(_stp_close_procfs): Removed debug prints.
Diffstat (limited to 'runtime/ChangeLog')
| -rw-r--r-- | runtime/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index eb5a15c7..0ceaa959 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,11 @@ +2007-09-13 David Smith <dsmith@redhat.com> + + * procfs.c (_stp_procfs_dir_lookup): Added 'const' qualifier to + 'dir' parameter. + (_stp_create_procfs): Added 'const' qualifier to 'path' + parameter. Removed debug prints. + (_stp_close_procfs): Removed debug prints. + 2007-09-12 Martin Hunt <hunt@redhat.com> * map-stat.c (_stp_map_new_hstat_log): Set buckets to |
