mirror of
https://github.com/mirror/wget.git
synced 2025-01-09 11:50:15 +08:00
[svn] Cosmetic changes.
This commit is contained in:
parent
4cef0cc3f9
commit
615ae382f9
@ -259,9 +259,9 @@ address_list_from_ipv4_addresses (char **vec)
|
||||
++count;
|
||||
assert (count > 0);
|
||||
|
||||
al->addresses = xnew_array (ip_address, count);
|
||||
al->count = count;
|
||||
al->refcount = 1;
|
||||
al->addresses = xnew_array (ip_address, count);
|
||||
al->count = count;
|
||||
al->refcount = 1;
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
|
@ -61,9 +61,9 @@ typedef struct {
|
||||
#ifdef ENABLE_IPV6
|
||||
struct {
|
||||
struct in6_addr addr;
|
||||
#ifdef HAVE_SOCKADDR_IN6_SCOPE_ID
|
||||
# ifdef HAVE_SOCKADDR_IN6_SCOPE_ID
|
||||
unsigned int scope_id;
|
||||
#endif /* HAVE_SOCKADDR_IN6_SCOPE_ID */
|
||||
# endif
|
||||
} ipv6;
|
||||
#endif /* ENABLE_IPV6 */
|
||||
struct {
|
||||
|
Loading…
Reference in New Issue
Block a user