From 615ae382f98c6c285edf5ac6f0c3d92214c6a1c5 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 14 Nov 2003 05:55:02 -0800 Subject: [PATCH] [svn] Cosmetic changes. --- src/host.c | 6 +++--- src/host.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/host.c b/src/host.c index 10407b6a..d272c625 100644 --- a/src/host.c +++ b/src/host.c @@ -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++) { diff --git a/src/host.h b/src/host.h index 5029c9c2..7790c8b8 100644 --- a/src/host.h +++ b/src/host.h @@ -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 { -- 2.39.2