svn commit: samba r22229 - in branches/SAMBA_3_0/source/lib/ldb/include: .

metze at samba.org metze at samba.org
Sun Apr 15 21:14:38 GMT 2007


Author: metze
Date: 2007-04-15 21:14:37 +0000 (Sun, 15 Apr 2007)
New Revision: 22229

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

Log:
discard_const_p is in lib/replace now

metze
Modified:
   branches/SAMBA_3_0/source/lib/ldb/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/lib/ldb/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/lib/ldb/include/includes.h	2007-04-15 21:14:03 UTC (rev 22228)
+++ branches/SAMBA_3_0/source/lib/ldb/include/includes.h	2007-04-15 21:14:37 UTC (rev 22229)
@@ -16,10 +16,6 @@
 #define dyn_MODULESDIR dyn_LIBDIR
 #endif
 
-
-
-#define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr)))
-
 #include "replace.h"
 #include "system/filesys.h"
 #include "system/network.h"



More information about the samba-cvs mailing list