Commit 0e50c6f
committed
CORE: Fix MacOS change breaking BSD sockets #441
It seems Apple has introduced some significant changes in Mac headers
which breaks many UNIX/BSD socket code. Fortunately, it seems a
simple:
helps to go back from insanity to normality, thanks, Apple ;)
Thanks to @geir-straume for reporting the issue:
#441
The problem was hidden, since github actions still uses an older MacOS
which does not have this problem yet, so Xemu compiles fine with that
OS version.1 parent 54bf011 commit 0e50c6f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
0 commit comments