mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
Unfix INADDR_LOOPBACK
This commit is contained in:
parent
32ec8d4539
commit
bc858d06ac
@ -51,7 +51,7 @@ extern int h_errno;
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_dl.h>
|
||||
#define INADDR_LOOPBACK ((u_int32_t) htonl((u_int32_t)0x7f000001))
|
||||
#define INADDR_LOOPBACK ((u_int32_t)0x7f000001)
|
||||
|
||||
/* Varargs stuff... */
|
||||
#include <stdarg.h>
|
||||
|
@ -51,7 +51,7 @@ extern int h_errno;
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_dl.h>
|
||||
#define INADDR_LOOPBACK ((u_int32_t) htonl((u_int32_t)0x7f000001))
|
||||
#define INADDR_LOOPBACK ((u_int32_t)0x7f000001)
|
||||
|
||||
/* Varargs stuff... */
|
||||
#include <stdarg.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user