summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 00:20:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:34 -0500
commit6d2dd5a2383410e3f50a9765b45c364a2d75a984 (patch)
tree1cc29434b6006cfd53cfc28b74f42ab4ddddab0d /source4/lib
parent58316b88e52c0f7a7a7224ab9fc735091dd55948 (diff)
downloadsamba-6d2dd5a2383410e3f50a9765b45c364a2d75a984.tar.gz
samba-6d2dd5a2383410e3f50a9765b45c364a2d75a984.tar.bz2
samba-6d2dd5a2383410e3f50a9765b45c364a2d75a984.zip
r18115: comparison_fn_t is defined in libreplace now
(This used to be commit e9ee8b1053875fd3ddc950e3b21feb106eb3850c)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/include/includes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/ldb/include/includes.h b/source4/lib/ldb/include/includes.h
index 636f01223f..f761d358c9 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"