mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-20 18:42:34 +00:00
Fixing consequences of merge + new macro for IPV6
This commit is contained in:
parent
d608249a38
commit
0b3798abff
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct qsockaddr
|
|||
|
||||
typedef struct
|
||||
{
|
||||
#ifdef LINUX_IPV6
|
||||
#ifdef HAVE_IPV6
|
||||
unsigned int ip[4];
|
||||
#else
|
||||
byte ip[4];
|
||||
|
|
Loading…
Reference in a new issue