sebsto / tsunami-udp

Fork of Tsunami UDP File Transfer Server and Client w/fix to compile on MacOS
http://tsunami-udp.sourceforge.net/
Other
126 stars 36 forks source link

Bugfix/linux builds #2

Closed hickey closed 8 years ago

hickey commented 8 years ago

When the ntohll() and htonll() routines in common/common.c were changed so not to conflict with Yosemite's version of the routines, the Linux compiles stopped building. This patch allows Linux builds to continue as before and should allow OSX to build. Also added directives to "in theory" detect when being built by an OSX earlier than Yosemite.

hickey commented 8 years ago

I just got my OSX box configured to allow me to build the code to test. ARG having a minor issue. Will fix and resubmit the PR.