diff options
author | hunt <hunt> | 2005-05-18 00:25:31 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-18 00:25:31 +0000 |
commit | f1a8ce9fda66ec5a3295a4b79ff3f3ec0195d994 (patch) | |
tree | 3218fc90339d9f3ba7cb543d4992a6b27f5bd206 /runtime/list.c | |
parent | 042803219fdd22aed9a134d46788ed01d29e1d7c (diff) | |
download | systemtap-steved-f1a8ce9fda66ec5a3295a4b79ff3f3ec0195d994.tar.gz systemtap-steved-f1a8ce9fda66ec5a3295a4b79ff3f3ec0195d994.tar.xz systemtap-steved-f1a8ce9fda66ec5a3295a4b79ff3f3ec0195d994.zip |
2005-05-17 Martin Hunt <hunt@redhat.com>
* map.c (needed_space): Use do_div().
(_stp_map_print_histogram): Ditto.
(_stp_map_print): Ditto.
* map-values.c (_stp_map_add_int64_stat): Use do_div() when
computing histogram bucket.
* map-keys.c (_stp_map_key): Fix some warnings on 32-bit machines
by using key_data casts.
Diffstat (limited to 'runtime/list.c')
-rw-r--r-- | runtime/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/list.c b/runtime/list.c index b26653ed..2ab3f2ea 100644 --- a/runtime/list.c +++ b/runtime/list.c @@ -6,7 +6,7 @@ #endif #if !defined(NEED_STRING_VALS) && !defined(NEED_INT64_VALS) -#error Before including list.c, "#define VALUE_TYPE" to "INT64" or "STRING and include "map-values.c" +#error Before including list.c, "#define VALUE_TYPE" to "INT64" or "STRING" and include "map-values.c" #endif #include "map.c" |