summaryrefslogtreecommitdiff
path: root/net-nds/openldap/files/openldap-2.6.1-cloak.patch
blob: e023a14e4940edf48bf81f4c40edfd9fe7de3320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/contrib/slapd-modules/cloak/cloak.c
+++ b/contrib/slapd-modules/cloak/cloak.c
@@ -29,6 +29,7 @@
 #include "ac/socket.h"
 
 #include "lutil.h"
+#include "attr.h"
 #include "slap.h"
 #include "slap-config.h"
 
--- a/servers/slapd/attr.h
+++ b/servers/slapd/attr.h
@@ -0,0 +1,8 @@
+#ifndef OPENLDAP_SERVERS_SLAPD_ATTR_H_
+#define OPENLDAP_SERVERS_SLAPD_ATTR_H_
+
+#endif //OPENLDAP_SERVERS_SLAPD_ATTR_H_
+
+#include "slap.h"
+
+void attr_clean( Attribute *a );