svn commit: samba r18562 - in branches/SAMBA_3_0/source/include: .

jerry at samba.org jerry at samba.org
Fri Sep 15 18:54:37 GMT 2006


Author: jerry
Date: 2006-09-15 18:54:37 +0000 (Fri, 15 Sep 2006)
New Revision: 18562

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

Log:
quick build fix rather than rolling back (I didn't actually intend the previous commit but got confused between Samab 3 & 4 branches)
Modified:
   branches/SAMBA_3_0/source/include/charset.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/charset.h
===================================================================
--- branches/SAMBA_3_0/source/include/charset.h	2006-09-15 18:34:03 UTC (rev 18561)
+++ branches/SAMBA_3_0/source/include/charset.h	2006-09-15 18:54:37 UTC (rev 18562)
@@ -26,6 +26,9 @@
 #ifndef strlen_m
 #define strlen_m strlen
 #endif
+#ifndef strlen_m_term
+#define strlen_m_term strlen
+#endif
 
 
 #define NUM_CHARSETS 5



More information about the samba-cvs mailing list