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:
obrien 1999-02-10 09:18:30 +00:00
parent d1bff2eaec
commit 427bb14bf8

View File

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