patch-ac from ports/net/isc-dhcp2
date: 1997/06/03 06:24:11; author: pst current apparently defines INADDR_LOOPBACK
This commit is contained in:
parent
d1bff2eaec
commit
427bb14bf8
@ -53,7 +53,11 @@ extern int h_errno;
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_dl.h>
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#ifndef INADDR_LOOPBACK
|
||||
#define INADDR_LOOPBACK ((u_int32_t)0x7f000001)
|
||||
#endif
|
||||
|
||||
/* Varargs stuff... */
|
||||
#include <stdarg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user