diff --git a/cjdns/patches/001-five-mins-builder-zonk.patch b/cjdns/patches/001-five-mins-builder-zonk.patch index 607582e..c53c62f 100644 --- a/cjdns/patches/001-five-mins-builder-zonk.patch +++ b/cjdns/patches/001-five-mins-builder-zonk.patch @@ -1,6 +1,6 @@ --- a/node_build/builder.js +++ b/node_build/builder.js -@@ -277,8 +277,8 @@ const execJs = function (js, ctx, file, fileName, callback, thisObj) { +@@ -277,8 +277,8 @@ const execJs = function (js, ctx, file, js = '"use strict";' + qs.join("'"); const to = setTimeout(function () { diff --git a/cjdns/patches/010-musl-12x.patch b/cjdns/patches/010-musl-12x.patch index d82a144..5443b5b 100644 --- a/cjdns/patches/010-musl-12x.patch +++ b/cjdns/patches/010-musl-12x.patch @@ -7,5 +7,5 @@ - fprintf(stderr, "%s:%ld [%lu] bytes at [0x%lx]\n", + fprintf(stderr, "%s:%tu [%tu] bytes at [0x%lx]\n", allocation->fileName, - allocation->lineNum, - allocation->pub.size, + (unsigned long)allocation->lineNum, + (unsigned long)allocation->pub.size,