]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Define SOCKLEN_T, to avoid header incompatibility issue.
authorTed Lemon <source@isc.org>
Thu, 3 Feb 2000 03:51:05 +0000 (03:51 +0000)
committerTed Lemon <source@isc.org>
Thu, 3 Feb 2000 03:51:05 +0000 (03:51 +0000)
includes/cf/alphaosf.h

index 33f2e6f36f8244fd118c6776562a5601b2d16f03..6632b5173efad369c4d8829cae22da484a066c54 100644 (file)
@@ -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",