Closed leedm777 closed 11 years ago
OS X has had socklen_t since 10.4, which itself has been EOL'ed for many years now. The duplicate definition for socklen_t can fail with an error of "conflicting types for ‘socklen_t’" on modern Macs when trying to use the library.
Created patch/osx branch.
OS X has had socklen_t since 10.4, which itself has been EOL'ed for many years now. The duplicate definition for socklen_t can fail with an error of "conflicting types for ‘socklen_t’" on modern Macs when trying to use the library.