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

abartlet at samba.org abartlet at samba.org
Wed Jan 24 08:55:01 GMT 2007


Author: abartlet
Date: 2007-01-24 08:55:00 +0000 (Wed, 24 Jan 2007)
New Revision: 20996

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

Log:
Build fix from Kai Blin


Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2007-01-24 06:30:58 UTC (rev 20995)
+++ branches/SAMBA_3_0/source/include/includes.h	2007-01-24 08:55:00 UTC (rev 20996)
@@ -778,7 +778,8 @@
 #ifdef HAVE_LDAP
 #include "ads_protos.h"
 #else
-typedef LDAPMessage void;
+struct _LDAPMessage;
+typedef struct _LDAPMessage *LDAPMessage;
 #endif
 
 /* We need this after proto.h to reference GetTimeOfDay(). */



More information about the samba-cvs mailing list