asterisk / pjproject-archive

Asterisk fork of PJSIP NO PULL REQUESTS OR ISSUES!!!
GNU General Public License v2.0
69 stars 42 forks source link

Removed outdated code re: socklen_t on os_darwinos.h. #5

Closed leedm777 closed 11 years ago

leedm777 commented 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.

leedm777 commented 11 years ago

Created patch/osx branch.