Ticket #39963: patch-src-os_unix.c.diff
File patch-src-os_unix.c.diff, 390 bytes (added by skymoo (Adam Mercer), 11 years ago) |
---|
-
src/os_unix.c
18 18 * changed beyond recognition. 19 19 */ 20 20 21 #if defined(__APPLE__) 22 #include <AvailabilityMacros.h> 23 #endif 24 21 25 /* 22 26 * Some systems have a prototype for select() that has (int *) instead of 23 27 * (fd_set *), which is wrong. This define removes that prototype. We define