mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
$NetBSD: patch-an,v 1.5 2012/08/06 13:33:38 adam Exp $
|
|
|
|
--- libraries/libldap/ldap-int.h.orig 2005-10-11 21:10:47.000000000 -0400
|
|
+++ libraries/libldap/ldap-int.h
|
|
@@ -743,7 +743,7 @@ LDAP_F (int) ldap_int_sasl_close LDAP_P(
|
|
|
|
LDAP_F (int) ldap_int_sasl_external LDAP_P((
|
|
LDAP *ld, LDAPConn *conn,
|
|
- const char* authid, ber_len_t ssf ));
|
|
+ const char* authid, ber_uint_t ssf ));
|
|
|
|
LDAP_F (int) ldap_int_sasl_get_option LDAP_P(( LDAP *ld,
|
|
int option, void *arg ));
|