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

tridge at samba.org tridge at samba.org
Tue Sep 5 01:54:49 GMT 2006


Author: tridge
Date: 2006-09-05 01:54:49 +0000 (Tue, 05 Sep 2006)
New Revision: 18054

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

Log:

snprintf.c needs to use replace.h to get the rep_vasprintf and related
macros

Modified:
   branches/SAMBA_4_0/source/lib/replace/snprintf.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/snprintf.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/snprintf.c	2006-09-05 01:50:52 UTC (rev 18053)
+++ branches/SAMBA_4_0/source/lib/replace/snprintf.c	2006-09-05 01:54:49 UTC (rev 18054)
@@ -103,11 +103,7 @@
  *
  **************************************************************/
 
-#ifdef _SAMBA_BUILD_
-#include "config.h"
-#else
-#include "replace_config.h"
-#endif
+#include "replace.h"
 
 #ifdef TEST_SNPRINTF /* need math library headers for testing */
 



More information about the samba-cvs mailing list