From 6d2dd5a2383410e3f50a9765b45c364a2d75a984 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 00:20:08 +0000 Subject: [PATCH] r18115: comparison_fn_t is defined in libreplace now (This used to be commit e9ee8b1053875fd3ddc950e3b21feb106eb3850c) --- source4/lib/ldb/include/includes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source4/lib/ldb/include/includes.h b/source4/lib/ldb/include/includes.h index 636f01223f2..f761d358c96 100644 --- a/source4/lib/ldb/include/includes.h +++ b/source4/lib/ldb/include/includes.h @@ -39,9 +39,6 @@ #define discard_const(ptr) ((void *)((intptr_t)(ptr))) #define discard_const_p(type, ptr) ((type *)discard_const(ptr)) -#ifndef HAVE_COMPARISON_FN_T -typedef int (*comparison_fn_t)(const void *, const void *); -#endif #include "talloc.h" -- 2.11.4.GIT