svn commit: samba r18990 - in branches/SAMBA_3_0_23/source/include: .

vlendec at samba.org vlendec at samba.org
Fri Sep 29 09:10:52 GMT 2006


Author: vlendec
Date: 2006-09-29 09:10:52 +0000 (Fri, 29 Sep 2006)
New Revision: 18990

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

Log:
Fix bug 4133 -- Thanks to Olaf Flebbe
Modified:
   branches/SAMBA_3_0_23/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0_23/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0_23/source/include/includes.h	2006-09-29 04:45:15 UTC (rev 18989)
+++ branches/SAMBA_3_0_23/source/include/includes.h	2006-09-29 09:10:52 UTC (rev 18990)
@@ -1450,6 +1450,10 @@
 #endif
 #endif
 
+#ifndef HAVE_VSYSLOG
+void vsyslog (int facility_priority, const char *format, va_list arglist);
+#endif
+
 #ifndef HAVE_TIMEGM
 time_t timegm(struct tm *tm);
 #endif



More information about the samba-cvs mailing list