mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
Unfix INADDR_LOOPBACK
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user