svn commit: samba r18169 - in branches/SAMBA_4_0/source/include: .

jelmer at samba.org jelmer at samba.org
Wed Sep 6 12:29:05 GMT 2006


Author: jelmer
Date: 2006-09-06 12:29:05 +0000 (Wed, 06 Sep 2006)
New Revision: 18169

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

Log:
Remove accidentally committed bits
Modified:
   branches/SAMBA_4_0/source/include/core.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/core.h
===================================================================
--- branches/SAMBA_4_0/source/include/core.h	2006-09-06 12:28:01 UTC (rev 18168)
+++ branches/SAMBA_4_0/source/include/core.h	2006-09-06 12:29:05 UTC (rev 18169)
@@ -26,6 +26,11 @@
 
 #include "libcli/util/nt_status.h"
 
+typedef bool BOOL;
+
+#define False false
+#define True true
+
 /* used to hold an arbitrary blob of data */
 typedef struct datablob {
 	uint8_t *data;



More information about the samba-cvs mailing list