From 5b8098497ea9e7a1334ee1213acf0fcf86dfe5a4 Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Thu, 23 Dec 2021 10:54:37 +0100 Subject: [PATCH] Ports/libxml2: Remove obsolete ESHUTDOWN errno patch --- Ports/libxml2/patches/nanohttp.c.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Ports/libxml2/patches/nanohttp.c.patch diff --git a/Ports/libxml2/patches/nanohttp.c.patch b/Ports/libxml2/patches/nanohttp.c.patch deleted file mode 100644 index c25d8274c0..0000000000 --- a/Ports/libxml2/patches/nanohttp.c.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- libxml2-2.9.12/nanohttp.c 2020-07-17 17:18:23.000000000 +0200 -+++ libxml2-2.9.12-patched/nanohttp.c 2021-06-04 14:56:42.336021798 +0200 -@@ -121,6 +121,10 @@ - #define XML_NANO_HTTP_READ 2 - #define XML_NANO_HTTP_NONE 4 - -+#ifndef ESHUTDOWN -+#define ESHUTDOWN ENOTCONN -+#endif -+ - typedef struct xmlNanoHTTPCtxt { - char *protocol; /* the protocol name */ - char *hostname; /* the host name */