mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
* OpenLDAP 2.0 is no longer actively maintained by the OpenLDAP Project. * You are strongly encouraged to update to OpenLDAP 2.1 * Port maintainers: Please respect the default in bsd.port.mk * I plan to remove OpenLDAP 2.0 from the FreeBSD ports tree May 2004 - Update net/openldap21-client and net/openldap21-server to version 2.1.23 - Update net/openldap22-client and net/openldap22-server to version 2.2.2.b, fix ITS#2747 from CVS - some fixes for net/openldap20-server from CVS, seems like there won't be a 2.0.28 release anymore - remove conflict with deleted port net/openldap12 - use PORTDOCS - use USE_OPENSSL - don't use _REENTRANT - add a deinstall message PR: 58278 Submitted by: me Approved by: marcus (mentor)
20 lines
792 B
C
20 lines
792 B
C
--- servers/slapd/proto-slap.h Mon Oct 13 03:57:02 2003
|
|
+++ servers/slapd/proto-slap.h Sun Oct 19 15:33:56 2003
|
|
@@ -1175,16 +1175,10 @@
|
|
* syncrepl.c
|
|
*/
|
|
|
|
-LDAP_SLAPD_V( const struct berval ) slap_syncrepl_bvc;
|
|
-LDAP_SLAPD_V( const struct berval ) slap_syncrepl_cn_bvc;
|
|
-
|
|
LDAP_SLAPD_V (struct runqueue_s) syncrepl_rq;
|
|
|
|
-LDAP_SLAPD_F (void) init_syncrepl LDAP_P(());
|
|
+LDAP_SLAPD_F (void) init_syncrepl LDAP_P((syncinfo_t *));
|
|
LDAP_SLAPD_F (void*) do_syncrepl LDAP_P((void *, void *));
|
|
-LDAP_SLAPD_F (int) ldap_sync_search LDAP_P((
|
|
- syncinfo_t *, LDAP *, LDAPControl **,
|
|
- LDAPControl **, int *));
|
|
LDAP_SLAPD_F (Entry*) syncrepl_message_to_entry LDAP_P((
|
|
syncinfo_t *, LDAP *, Operation *, LDAPMessage *,
|
|
Modifications **, int*, struct berval *, struct berval * ));
|