Be consistent.
This commit is contained in:
parent
b657f05194
commit
c1e8152f4f
4 changed files with 15 additions and 10 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "system.h"
|
||||
|
||||
#include "ipv4.h"
|
||||
#include "ipv6.h"
|
||||
#include "fake-getaddrinfo.h"
|
||||
|
||||
#ifndef HAVE_GAI_STRERROR
|
||||
|
@ -40,7 +42,7 @@ void freeaddrinfo(struct addrinfo *ai)
|
|||
#endif /* !HAVE_FREEADDRINFO */
|
||||
|
||||
#ifndef HAVE_GETADDRINFO
|
||||
static struct addrinfo *malloc_ai(int port, u_long addr)
|
||||
static struct addrinfo *malloc_ai(int port, uint32_t addr)
|
||||
{
|
||||
struct addrinfo *ai;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue