head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_CW_FP:1.1 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.1 date 2003.07.09.13.19.13; author mlelstv; state Exp; branches; next ; desc @@ 1.1 log @wedge in support for linux2.2 @ text @--- src/dhcp-local.h.dist 2003-07-09 14:26:53.000000000 +0200 +++ src/dhcp-local.h 2003-07-09 14:30:19.000000000 +0200 @@@@ -107,6 +107,10 @@@@ #define INADDR_NONE -1 #endif /* INADDR_NONE */ +#ifdef NEED_IN_ADDR_T +typedef unsigned long in_addr_t; +#endif + /* Some operating systems don't have SCNu8/SCNd8 but will have * the other C99 format macros. I guess they expect us just to * use normal character substitution. So we will. Otherwise @