fsusage: port to MacOS X 10.7 with 4 TiB file systems
[gnulib.git] / tests / test-hash.c
index ecfe357..4a8a3be 100644 (file)
@@ -208,9 +208,9 @@ main (int argc, char **argv)
               {
                 char buf[50];
                 char const *p = uinttostr (i, buf);
-                char *dup = strdup (p);
-                ASSERT (dup);
-                insert_new (ht, dup);
+                char *p_dup = strdup (p);
+                ASSERT (p_dup);
+                insert_new (ht, p_dup);
               }
               break;