]> Dogcows Code - chaz/tar/blobdiff - src/create.c
Adjust to new hash API.
[chaz/tar] / src / create.c
index 505dca33cfcac2055ecf4371fa3210a90067392e..d8f0c765b04ff35544a4372d3cdf874eb1dfb8b8 100644 (file)
@@ -1211,8 +1211,8 @@ create_archive (void)
 
 
 /* Calculate the hash of a link.  */
-static unsigned
-hash_link (void const *entry, unsigned n_buckets)
+static size_t
+hash_link (void const *entry, size_t n_buckets)
 {
   struct link const *l = entry;
   uintmax_t num = l->dev ^ l->ino;
This page took 0.021229 seconds and 4 git commands to generate.