* update to 4.11.4 (python3 version) * re-enable AD-DC option * add 'samba_nice' UCI option via "config procd 'extra'" * restructure buildsteps (don't rely on waf --targets logic) * move quota option into VFS * move ACL option into AC-DC * add more admin-tools * use rpath_install for libs * fix rpath + rstrip extra: * add rpcsvc-proto package _(don't rely on nfs-utils/host for headers, rpcgen anymore)_ * add libasn1 host build _(samba4 is looking for the bins)_ Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
14 lines
395 B
Diff
14 lines
395 B
Diff
--- a/source4/dsdb/samdb/ldb_modules/count_attrs.c
|
|
+++ b/source4/dsdb/samdb/ldb_modules/count_attrs.c
|
|
@@ -38,6 +38,11 @@
|
|
#define NULL_REQ_PSEUDO_N -2LL;
|
|
#define STAR_REQ_PSEUDO_N -4LL;
|
|
|
|
+#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;
|