X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhost.h;fp=src%2Fhost.h;h=84f3d137f092f7086e259828e0635203ec4f18ba;hp=3f27ea0f64e10b6de6c575fecee0640e5a488509;hb=8624553a31b148f9051cc11725bc01d9760fa07b;hpb=4eeabffee6e5b348d36c4f3ba0579ed086226603 diff --git a/src/host.h b/src/host.h index 3f27ea0f..84f3d137 100644 --- a/src/host.h +++ b/src/host.h @@ -58,9 +58,9 @@ typedef struct { /* The actual data, in the form of struct in_addr or in6_addr: */ union { - struct in_addr d4; /* IPv4 address */ + struct in_addr d4; /* IPv4 address */ #ifdef ENABLE_IPV6 - struct in6_addr d6; /* IPv6 address */ + struct in6_addr d6; /* IPv6 address */ #endif } data;