2
0
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:
Ted Lemon
1996-05-20 00:36:47 +00:00
parent 32ec8d4539
commit bc858d06ac
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>