]> sourceware.org Git - glibc.git/commitdiff
Avoid warning from last change
authorUlrich Drepper <drepper@gmail.com>
Tue, 16 Aug 2011 16:35:28 +0000 (12:35 -0400)
committerUlrich Drepper <drepper@gmail.com>
Tue, 16 Aug 2011 16:35:28 +0000 (12:35 -0400)
elf/dl-open.c

index 7c67f746f32151803444af062960c7ec21db5d09..980c47e8457aabc585c6f7a6894521eb54cd975e 100644 (file)
@@ -641,7 +641,7 @@ _dl_show_scope (struct link_map *l)
   if (l->l_scope != NULL)
     for (int scope_cnt = 0; l->l_scope[scope_cnt] != NULL; ++scope_cnt)
       {
-       _dl_debug_printf (" scope %lu:", scope_cnt);
+       _dl_debug_printf (" scope %u:", scope_cnt);
 
        for (unsigned int cnt = 0; cnt < l->l_scope[scope_cnt]->r_nlist; ++cnt)
          if (*l->l_scope[scope_cnt]->r_list[cnt]->l_name)
This page took 0.04485 seconds and 5 git commands to generate.