mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Import darwin support change
This commit is contained in:
parent
3a058a9ee9
commit
33d559b6c8
@ -21,12 +21,12 @@
|
||||
* we set ber_pvt_err_file to stderr later, when it first gets
|
||||
* referenced.
|
||||
*/
|
||||
FILE *ber_pvt_err_file;
|
||||
FILE *ber_pvt_err_file = NULL;
|
||||
|
||||
/*
|
||||
* ber errno
|
||||
*/
|
||||
BER_ERRNO_FN ber_int_errno_fn;
|
||||
BER_ERRNO_FN ber_int_errno_fn = NULL;
|
||||
|
||||
int * ber_errno_addr(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user