mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-22 11:31:31 +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
|
typedef struct
|
||||||
{
|
{
|
||||||
#ifdef LINUX_IPV6
|
#ifdef HAVE_IPV6
|
||||||
unsigned int ip[4];
|
unsigned int ip[4];
|
||||||
#else
|
#else
|
||||||
byte ip[4];
|
byte ip[4];
|
||||||
|
|
Loading…
Reference in a new issue