summaryrefslogtreecommitdiff
path: root/Ports/SDL2_net/patches/0002-Include-sys-select.h.patch
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-08-21 16:28:35 +0200
committerLinus Groh <mail@linusgroh.de>2022-08-23 13:30:48 +0100
commit46780288429df21548e01dd695529fae1c3e31a2 (patch)
tree022467f6d88f384a890baff34bd82f69edb0883e /Ports/SDL2_net/patches/0002-Include-sys-select.h.patch
parentebf713da606e968008fb118f0c118e8bef3d484a (diff)
downloadserenity-46780288429df21548e01dd695529fae1c3e31a2.zip
Ports/SDL2_net: Update to 2.2.0
Diffstat (limited to 'Ports/SDL2_net/patches/0002-Include-sys-select.h.patch')
-rw-r--r--Ports/SDL2_net/patches/0002-Include-sys-select.h.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/Ports/SDL2_net/patches/0002-Include-sys-select.h.patch b/Ports/SDL2_net/patches/0002-Include-sys-select.h.patch
deleted file mode 100644
index ed33ade088..0000000000
--- a/Ports/SDL2_net/patches/0002-Include-sys-select.h.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Gunnar Beutner <gbeutner@serenityos.org>
-Date: Wed, 16 Jun 2021 11:08:32 +0200
-Subject: [PATCH] Include sys/select.h
-
----
- SDLnetsys.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/SDLnetsys.h b/SDLnetsys.h
-index 6f6dfae..bd9139d 100644
---- a/SDLnetsys.h
-+++ b/SDLnetsys.h
-@@ -46,6 +46,7 @@ typedef int socklen_t;
- #include <iphlpapi.h>
- #else /* UNIX */
- #include <sys/types.h>
-+#include <sys/select.h>
- #ifdef __FreeBSD__
- #include <sys/socket.h>
- #endif