* update to 4.14.5 * refresh patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
14 lines
350 B
Diff
14 lines
350 B
Diff
--- a/source4/dsdb/samdb/ldb_modules/count_attrs.c
|
|
+++ b/source4/dsdb/samdb/ldb_modules/count_attrs.c
|
|
@@ -40,6 +40,11 @@
|
|
|
|
#undef strcasecmp
|
|
|
|
+#ifndef __COMPAR_FN_T
|
|
+#define __COMPAR_FN_T
|
|
+typedef int (*__compar_fn_t)(const void *, const void *);
|
|
+#endif
|
|
+
|
|
struct count_attrs_private {
|
|
struct tdb_wrap *requested;
|
|
struct tdb_wrap *duplicates;
|