From 0b3798abffebeaa123c7ab9c1b3669ed72bbb040 Mon Sep 17 00:00:00 2001 From: Pontus Lidman Date: Tue, 8 Feb 2000 21:23:46 +0000 Subject: [PATCH] Fixing consequences of merge + new macro for IPV6 --- common/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/net.h b/common/net.h index 1dad613..a24aecf 100644 --- a/common/net.h +++ b/common/net.h @@ -45,7 +45,7 @@ struct qsockaddr typedef struct { -#ifdef LINUX_IPV6 +#ifdef HAVE_IPV6 unsigned int ip[4]; #else byte ip[4];