svn commit: samba r12770 - in branches/SAMBA_4_0/source/lib/ldb/common: .

idra at samba.org idra at samba.org
Sun Jan 8 14:00:29 GMT 2006


Author: idra
Date: 2006-01-08 14:00:28 +0000 (Sun, 08 Jan 2006)
New Revision: 12770

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

Log:

Remove the alloca.h header as it is not used in the code afaics


Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/qsort.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/qsort.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/qsort.c	2006-01-08 13:50:06 UTC (rev 12769)
+++ branches/SAMBA_4_0/source/lib/ldb/common/qsort.c	2006-01-08 14:00:28 UTC (rev 12770)
@@ -28,7 +28,6 @@
 #include "includes.h"
 #include "ldb/include/ldb.h"
 
-#include <alloca.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>



More information about the samba-cvs mailing list