svn commit: samba r8465 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Thu Jul 14 13:14:47 GMT 2005


Author: tridge
Date: 2005-07-14 13:14:47 +0000 (Thu, 14 Jul 2005)
New Revision: 8465

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8465

Log:
once we define socklen_t, then tell other include files we have it. This prevents roken
trying to redefine it



Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2005-07-14 12:58:48 UTC (rev 8464)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2005-07-14 13:14:47 UTC (rev 8465)
@@ -133,6 +133,7 @@
 
 #ifndef HAVE_SOCKLEN_T
 #define socklen_t int
+#define HAVE_SOCKLEN_T 1
 #endif
 
 #endif



More information about the samba-cvs mailing list