[svn] Cosmetic changes.

This commit is contained in:
hniksic 2003-11-14 05:55:02 -08:00
parent 4cef0cc3f9
commit 615ae382f9
2 changed files with 5 additions and 5 deletions

View File

@ -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++)
{

View File

@ -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 {