From: Kurt Zeilenga Date: Mon, 2 Oct 2000 19:25:46 +0000 (+0000) Subject: Import darwin support change X-Git-Tag: OPENLDAP_REL_ENG_2_0_5~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=33d559b6c83e79bfff03c9556d6bc08ebbab59e8;p=openldap Import darwin support change --- diff --git a/libraries/liblber/bprint.c b/libraries/liblber/bprint.c index f8794e8558..df1be029da 100644 --- a/libraries/liblber/bprint.c +++ b/libraries/liblber/bprint.c @@ -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) {