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

jmcd at samba.org jmcd at samba.org
Fri May 19 18:37:36 GMT 2006


Author: jmcd
Date: 2006-05-19 18:37:35 +0000 (Fri, 19 May 2006)
New Revision: 15719

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

Log:
Fix build on systems (AIX) that don't have vsyslog or strcasestr, with
--enable-developer on.  syslog() and toupper() required more includes.

Someone more familiar with samba4 builds should verify this, please.

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.c	2006-05-19 15:10:39 UTC (rev 15718)
+++ branches/SAMBA_4_0/source/lib/replace/replace.c	2006-05-19 18:37:35 UTC (rev 15719)
@@ -19,10 +19,12 @@
 */
 
 #include "includes.h"
+#include "system/locale.h"
 #include "system/wait.h"
 #include "system/time.h"
 #include "system/network.h"
 #include "system/filesys.h"
+#include "system/syslog.h"
 
  void replace_dummy(void);
  void replace_dummy(void) {}



More information about the samba-cvs mailing list