[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-1223-gfd3f3e6

Simo Sorce idra at samba.org
Wed Feb 25 15:03:54 GMT 2009


The branch, master has been updated
       via  fd3f3e68f2e6be0196473f641f8edb41e40ca761 (commit)
      from  59cc0c09d5413d1264758bef505856f5f56131e4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fd3f3e68f2e6be0196473f641f8edb41e40ca761
Author: Simo Sorce <idra at samba.org>
Date:   Wed Feb 25 10:02:41 2009 -0500

    Use stdbool.h instead of manually defining bool

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/include/ldb.h |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index eb8e0ed..be41151 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -46,16 +46,7 @@
 #define _LDB_H_ 1
 /*! \endcond */
 
-#ifndef bool
-typedef int bool;
-#endif
-#ifndef true
-#define true 1
-#endif
-#ifndef false
-#define false 0
-#endif
-
+#include <stdbool.h>
 #include "talloc.h"
 #include "tevent.h"
 #include "ldb_errors.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list