aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/samba/files/add_missing___compar_fn_t.patch')
-rw-r--r--net-fs/samba/files/add_missing___compar_fn_t.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-fs/samba/files/add_missing___compar_fn_t.patch b/net-fs/samba/files/add_missing___compar_fn_t.patch
deleted file mode 100644
index 96b65e6c..00000000
--- a/net-fs/samba/files/add_missing___compar_fn_t.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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;