Closed yorickdewid closed 9 years ago
The problem is most likely caused due to the redefinition of network functions like htons. These functions need to be renamed or even be refactored since some Unix operating systems got confused when compiling.
htons
Removed inline
inline
The problem is most likely caused due to the redefinition of network functions like
htons
. These functions need to be renamed or even be refactored since some Unix operating systems got confused when compiling.