svn commit: samba r25192 - in branches/SAMBA_4_0/source/nsswitch: .

metze at samba.org metze at samba.org
Sun Sep 16 15:12:05 GMT 2007


Author: metze
Date: 2007-09-16 15:12:04 +0000 (Sun, 16 Sep 2007)
New Revision: 25192

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

Log:
try to fix the build on sun/solaris hosts

we should try to get rid of all c++ sympols
in samba4...

metze
Modified:
   branches/SAMBA_4_0/source/nsswitch/winbind_nss_solaris.h


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/winbind_nss_solaris.h
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/winbind_nss_solaris.h	2007-09-16 14:39:19 UTC (rev 25191)
+++ branches/SAMBA_4_0/source/nsswitch/winbind_nss_solaris.h	2007-09-16 15:12:04 UTC (rev 25192)
@@ -37,6 +37,9 @@
 
 #include <nss_common.h>
 
+/*
+TODO: we need to cleanup samba4's headers..
+
 #ifndef __cplusplus
 #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
 #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
@@ -48,6 +51,7 @@
 #define delete #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
 #define friend #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
 #endif
+*/
 
 #include <nss_dbdefs.h>
 #include <nsswitch.h>



More information about the samba-cvs mailing list