Split up the ifuncs.h file into 3 .h files.
[rsync/rsync.git] / hlink.c
diff --git a/hlink.c b/hlink.c
index cdafa9f..5f0f5a6 100644 (file)
--- a/hlink.c
+++ b/hlink.c
@@ -21,6 +21,7 @@
  */
 
 #include "rsync.h"
+#include "inums.h"
 
 extern int dry_run;
 extern int list_only;
@@ -73,7 +74,7 @@ struct ht_int64_node *idev_find(int64 dev, int64 ino)
                        if (DEBUG_GTE(HLINK, 3)) {
                                rprintf(FINFO,
                                    "[%s] created hashtable for dev %s\n",
-                                   who_am_i(), big_num(dev, 0));
+                                   who_am_i(), big_num(dev));
                        }
                }
        } else