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