X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcreate.c;h=d8f0c765b04ff35544a4372d3cdf874eb1dfb8b8;hb=9b7c6df82bf95ade05148c59441e2e189515a11f;hp=505dca33cfcac2055ecf4371fa3210a90067392e;hpb=e2c431e9c290c1d431695e5abbd451653e798e1b;p=chaz%2Ftar diff --git a/src/create.c b/src/create.c index 505dca3..d8f0c76 100644 --- a/src/create.c +++ b/src/create.c @@ -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;