svn commit: samba r8458 - in branches/SAMBA_4_0/source: include/system lib/replace

tridge at samba.org tridge at samba.org
Thu Jul 14 09:23:52 GMT 2005


Author: tridge
Date: 2005-07-14 09:23:52 +0000 (Thu, 14 Jul 2005)
New Revision: 8458

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

Log:
next target is irix - this gets the socket wrapper code building


Modified:
   branches/SAMBA_4_0/source/include/system/network.h
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/system/network.h
===================================================================
--- branches/SAMBA_4_0/source/include/system/network.h	2005-07-14 08:51:48 UTC (rev 8457)
+++ branches/SAMBA_4_0/source/include/system/network.h	2005-07-14 09:23:52 UTC (rev 8458)
@@ -89,10 +89,6 @@
 #define MAXHOSTNAMELEN 254
 #endif
 
-#ifndef HAVE_SOCKLEN_T_TYPE
-typedef int socklen_t;
-#endif
-
 #ifndef INADDR_LOOPBACK
 #define INADDR_LOOPBACK 0x7f000001
 #endif

Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2005-07-14 08:51:48 UTC (rev 8457)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2005-07-14 09:23:52 UTC (rev 8458)
@@ -131,4 +131,8 @@
 typedef unsigned char u_int8_t;
 #endif
 
+#ifndef HAVE_SOCKLEN_T
+#define socklen_t int
 #endif
+
+#endif



More information about the samba-cvs mailing list