From c4173f67255f1c620d944bf68d34d577ab433ef1 Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Thu, 14 Jul 2005 09:23:52 +0000
Subject: r8458: next target is irix - this gets the socket wrapper code
 building (This used to be commit 3d4a2221c3e032bbb6c23d132e00588f44f5e2ed)

---
 source4/lib/replace/replace.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'source4/lib/replace/replace.h')

diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h
index 48e46ba18e..13cbc9dfe4 100644
--- a/source4/lib/replace/replace.h
+++ b/source4/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