diff options
author | hunt <hunt> | 2005-11-08 19:26:16 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-11-08 19:26:16 +0000 |
commit | 446ffd97017f72652b64c43bf25fc5fccbb3ddf0 (patch) | |
tree | 6cf177e4d820eabf7ca402a29ab61a0e225de34a /runtime/user/recreate_links | |
parent | b5c4668faa92b45d19ee38b64fc43684df1c365f (diff) | |
download | systemtap-steved-446ffd97017f72652b64c43bf25fc5fccbb3ddf0.tar.gz systemtap-steved-446ffd97017f72652b64c43bf25fc5fccbb3ddf0.tar.xz systemtap-steved-446ffd97017f72652b64c43bf25fc5fccbb3ddf0.zip |
2005-11-08 Martin Hunt <hunt@redhat.com>
* recreate_links: Add link to pmap-gen.c
* print.c (next_fmt): Remove unneeded dbug().
* alloc.c: Update to reflect changes to runtime/alloc.c.
Diffstat (limited to 'runtime/user/recreate_links')
-rwxr-xr-x | runtime/user/recreate_links | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links index 90fc09f9..bd824145 100755 --- a/runtime/user/recreate_links +++ b/runtime/user/recreate_links @@ -17,3 +17,4 @@ ln -s ../stat.h . ln -s ../stat-common.c . ln -s ../arith.c . ln -s ../map-gen.c . +ln -s ../pmap-gen.c . |