From 55a34ad0afe75749a14260c45d39cc9b265995ed Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Tue, 8 Jun 2021 22:28:49 +0800 Subject: [PATCH] patches: fixup a24649d --- patches/node.v12.22.1.cpp.patch | 2 +- patches/node.v14.17.0.cpp.patch | 2 +- patches/node.v16.3.0.cpp.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/node.v12.22.1.cpp.patch b/patches/node.v12.22.1.cpp.patch index e2a5ae9..e0e65cd 100644 --- a/patches/node.v12.22.1.cpp.patch +++ b/patches/node.v12.22.1.cpp.patch @@ -547,7 +547,7 @@ index 0000000000..fb2d47f52b } #else // UNIX -@@ -123,6 +125,73 @@ int main(int argc, char* argv[]) { +@@ -123,6 +125,76 @@ int main(int argc, char* argv[]) { // calls elsewhere in the program (e.g., any logging from V8.) setvbuf(stdout, nullptr, _IONBF, 0); setvbuf(stderr, nullptr, _IONBF, 0); diff --git a/patches/node.v14.17.0.cpp.patch b/patches/node.v14.17.0.cpp.patch index ca0c7f3..89fddf3 100644 --- a/patches/node.v14.17.0.cpp.patch +++ b/patches/node.v14.17.0.cpp.patch @@ -540,7 +540,7 @@ index 0000000000..fb2d47f52b } #else // UNIX -@@ -138,6 +140,73 @@ int main(int argc, char* argv[]) { +@@ -138,6 +140,76 @@ int main(int argc, char* argv[]) { // calls elsewhere in the program (e.g., any logging from V8.) setvbuf(stdout, nullptr, _IONBF, 0); setvbuf(stderr, nullptr, _IONBF, 0); diff --git a/patches/node.v16.3.0.cpp.patch b/patches/node.v16.3.0.cpp.patch index f5e7328..5765af9 100644 --- a/patches/node.v16.3.0.cpp.patch +++ b/patches/node.v16.3.0.cpp.patch @@ -408,7 +408,7 @@ index 0000000000..fb2d47f52b } #else // UNIX -@@ -124,6 +126,73 @@ int main(int argc, char* argv[]) { +@@ -124,6 +126,76 @@ int main(int argc, char* argv[]) { // calls elsewhere in the program (e.g., any logging from V8.) setvbuf(stdout, nullptr, _IONBF, 0); setvbuf(stderr, nullptr, _IONBF, 0);