From 1b9a2d1d1a02759ebfc41fba2cc656dfe1071767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 9 Sep 2018 15:01:26 +0200 Subject: Drop node I am not planning to using it anyway --- node/patches/002-addr_info.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 node/patches/002-addr_info.patch (limited to 'node/patches/002-addr_info.patch') diff --git a/node/patches/002-addr_info.patch b/node/patches/002-addr_info.patch deleted file mode 100644 index 0aa02da..0000000 --- a/node/patches/002-addr_info.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/deps/uv/src/unix/getaddrinfo.c -+++ b/deps/uv/src/unix/getaddrinfo.c -@@ -99,6 +99,7 @@ static void uv__getaddrinfo_work(struct - int err; - - req = container_of(w, uv_getaddrinfo_t, work_req); -+ req->hints->ai_flags &= ~AI_V4MAPPED; - err = getaddrinfo(req->hostname, req->service, req->hints, &req->addrinfo); - req->retcode = uv__getaddrinfo_translate_error(err); - } -- cgit v1.2.3