From 72dda31eb571d670a3dbb23c256f2280e01e96b5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Jul 2005 09:23:52 +0000 Subject: r8458: next target is irix - this gets the socket wrapper code building --- source/lib/replace/replace.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/lib/replace/replace.h') diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index 48e46ba18e9..13cbc9dfe49 100644 --- a/source/lib/replace/replace.h +++ b/source/lib/replace/replace.h @@ -131,4 +131,8 @@ typedef unsigned short u_int16_t; typedef unsigned char u_int8_t; #endif +#ifndef HAVE_SOCKLEN_T +#define socklen_t int +#endif + #endif -- cgit