Merge pull request #142 from lp0/fix-random_socket-20160210
authd: fix link failure in random_socket
This commit is contained in:
commit
45d128bc10
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ static PF res_readreply;
|
|||
#define ANSWER_FIXED_SIZE (TYPE_SIZE + CLASS_SIZE + TTL_SIZE + RDLENGTH_SIZE)
|
||||
|
||||
#ifdef RB_IPV6
|
||||
extern struct in6_addr ipv6_addr;
|
||||
struct in6_addr ipv6_addr;
|
||||
#endif
|
||||
extern struct in_addr ipv4_addr;
|
||||
struct in_addr ipv4_addr;
|
||||
|
||||
struct reslist
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue