mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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;
|
++count;
|
||||||
assert (count > 0);
|
assert (count > 0);
|
||||||
|
|
||||||
al->addresses = xnew_array (ip_address, count);
|
al->addresses = xnew_array (ip_address, count);
|
||||||
al->count = count;
|
al->count = count;
|
||||||
al->refcount = 1;
|
al->refcount = 1;
|
||||||
|
|
||||||
for (i = 0; i < count; i++)
|
for (i = 0; i < count; i++)
|
||||||
{
|
{
|
||||||
|
@ -61,9 +61,9 @@ typedef struct {
|
|||||||
#ifdef ENABLE_IPV6
|
#ifdef ENABLE_IPV6
|
||||||
struct {
|
struct {
|
||||||
struct in6_addr addr;
|
struct in6_addr addr;
|
||||||
#ifdef HAVE_SOCKADDR_IN6_SCOPE_ID
|
# ifdef HAVE_SOCKADDR_IN6_SCOPE_ID
|
||||||
unsigned int scope_id;
|
unsigned int scope_id;
|
||||||
#endif /* HAVE_SOCKADDR_IN6_SCOPE_ID */
|
# endif
|
||||||
} ipv6;
|
} ipv6;
|
||||||
#endif /* ENABLE_IPV6 */
|
#endif /* ENABLE_IPV6 */
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user