mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
uint_32_t on Solaris8 too... missed it in the previous Solaris8 patch
This commit is contained in:
parent
5a2705d523
commit
223d222b91
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct qsockaddr
|
|||
unsigned char sa_data[14];
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) || defined(__sun__)
|
||||
#ifdef HAVE_IPV6
|
||||
typedef unsigned int u_int32_t;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue