mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Mild decrufting in resolv code.
This commit is contained in:
@@ -359,6 +359,7 @@ _res_hconf_init (void)
|
||||
|
||||
|
||||
#ifndef NOT_IN_libc
|
||||
# if defined SIOCGIFCONF && defined SIOCGIFNETMASK
|
||||
/* List of known interfaces. */
|
||||
libc_freeres_ptr (
|
||||
static struct netaddr
|
||||
@@ -373,6 +374,7 @@ static struct netaddr
|
||||
} ipv4;
|
||||
} u;
|
||||
} *ifaddrs);
|
||||
# endif
|
||||
|
||||
/* Reorder addresses returned in a hostent such that the first address
|
||||
is an address on the local subnet, if there is such an address.
|
||||
|
Reference in New Issue
Block a user