From: Ted Lemon Date: Thu, 3 Feb 2000 03:51:05 +0000 (+0000) Subject: Define SOCKLEN_T, to avoid header incompatibility issue. X-Git-Tag: V3-BETA-2-PATCH-1~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125ab69a5481b2fcca240a5271fe1c3df9e3fb6d;p=thirdparty%2Fdhcp.git Define SOCKLEN_T, to avoid header incompatibility issue. --- diff --git a/includes/cf/alphaosf.h b/includes/cf/alphaosf.h index 33f2e6f36..6632b5173 100644 --- a/includes/cf/alphaosf.h +++ b/includes/cf/alphaosf.h @@ -92,6 +92,8 @@ typedef unsigned long u_int64_t; #define PTRSIZE_64BIT +#define SOCKLEN_T int + #ifdef NEED_PRAND_CONF const char *cmds[] = { "/bin/ps -ef 2>&1",