svn commit: samba r15175 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

vlendec at samba.org vlendec at samba.org
Sun Apr 23 11:16:02 GMT 2006


Author: vlendec
Date: 2006-04-23 11:16:01 +0000 (Sun, 23 Apr 2006)
New Revision: 15175

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

Log:
Try to get Stratus VOS back to build. Thanks, Paul.

Volker

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbind_nss_config.h
   trunk/source/nsswitch/winbind_nss_config.h


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbind_nss_config.h
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbind_nss_config.h	2006-04-23 11:11:27 UTC (rev 15174)
+++ branches/SAMBA_3_0/source/nsswitch/winbind_nss_config.h	2006-04-23 11:16:01 UTC (rev 15175)
@@ -159,6 +159,7 @@
 #endif
 
 #ifndef HAVE_SOCKLEN_T_TYPE
+#define HAVE_SOCKLEN_T_TYPE
 typedef int socklen_t;
 #endif
 

Modified: trunk/source/nsswitch/winbind_nss_config.h
===================================================================
--- trunk/source/nsswitch/winbind_nss_config.h	2006-04-23 11:11:27 UTC (rev 15174)
+++ trunk/source/nsswitch/winbind_nss_config.h	2006-04-23 11:16:01 UTC (rev 15175)
@@ -159,6 +159,7 @@
 #endif
 
 #ifndef HAVE_SOCKLEN_T_TYPE
+#define HAVE_SOCKLEN_T_TYPE
 typedef int socklen_t;
 #endif
 



More information about the samba-cvs mailing list