cjdns: update to 21
[feed/routing.git] / cjdns / patches / 010-musl-12x.patch
1 --- a/memory/Allocator.c
2 +++ b/memory/Allocator.c
3 @@ -57,7 +57,7 @@ static void unroll(struct Allocator_pvt*
4 struct Allocator_Allocation_pvt* allocation = context->allocations;
5 while (allocation && includeAllocations) {
6 writeUnroller(&childUnroller);
7 - fprintf(stderr, "%s:%ld [%lu] bytes at [0x%lx]\n",
8 + fprintf(stderr, "%s:%tu [%tu] bytes at [0x%lx]\n",
9 allocation->fileName,
10 allocation->lineNum,
11 allocation->pub.size,