mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9449] Fixes for the Solaris platform.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c8e45058a6
commit
f40f564bd6
6 changed files with 50 additions and 3 deletions
|
|
@ -257,7 +257,12 @@ private:
|
|||
}
|
||||
#endif
|
||||
|
||||
#else
|
||||
#elif defined(sun) || defined(__sun__)
|
||||
|
||||
#define MSG_NOSIGNAL 0
|
||||
typedef unsigned short port_t;
|
||||
|
||||
#else
|
||||
// ----------------------------------------
|
||||
// LINUX
|
||||
typedef unsigned long ipaddr_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue