Fixing consequences of merge + new macro for IPV6

This commit is contained in:
Pontus Lidman 2000-02-08 21:23:46 +00:00
parent d608249a38
commit 0b3798abff

View file

@ -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];