diff --git a/srcpkgs/jfsutils/patches/flush-before-read-musl.patch b/srcpkgs/jfsutils/patches/flush-before-read-musl.patch index 134bfea4ccc..62fe5a8088a 100644 --- a/srcpkgs/jfsutils/patches/flush-before-read-musl.patch +++ b/srcpkgs/jfsutils/patches/flush-before-read-musl.patch @@ -1,12 +1,10 @@ -diff --git mkfs/mkfs.c mkfs/mkfs.c -index 3a1d628..bf0caff 100644 --- a/mkfs/mkfs.c +++ b/mkfs/mkfs.c @@ -924,6 +924,7 @@ int main(int argc, char *argv[]) - } - do { - printf("\nContinue? (Y/N) "); + } + do { + printf("\nContinue? (Y/N) "); + fflush(stdout); - c = getchar(); + c = getchar(); - if (c == 'n' || c == 'N') { + if (c == 'n' || c == 'N') {