mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/libxml2: Remove obsolete ESHUTDOWN errno patch
This commit is contained in:
parent
43c27e891b
commit
5b8098497e
1 changed files with 0 additions and 13 deletions
|
@ -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 */
|
Loading…
Reference in a new issue