diff options
Diffstat (limited to 'node/patches/002-addr_info.patch')
-rw-r--r-- | node/patches/002-addr_info.patch | 10 |
1 files changed, 0 insertions, 10 deletions
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); - } |