mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-25 18:18:59 +02:00
merge
This commit is contained in:
parent
3e0b7de22d
commit
320342c93e
9 changed files with 91 additions and 15 deletions
13
.patch/enet/0001-openorbis.patch
Normal file
13
.patch/enet/0001-openorbis.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/unix.c b/unix.c
|
||||
index 6669216..86a2faa 100644
|
||||
--- a/unix.c
|
||||
+++ b/unix.c
|
||||
@@ -53,7 +53,7 @@
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
-#if !defined(HAS_SOCKLEN_T) && !defined(__socklen_t_defined)
|
||||
+#if !defined(_LIBCPP_HAS_MUSL_LIBC) && !defined(HAS_SOCKLEN_T) && !defined(__socklen_t_defined)
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue