mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Silence a warning
This commit is contained in:
parent
2f24e067c9
commit
6d9307b534
1 changed files with 3 additions and 4 deletions
|
|
@ -12,13 +12,12 @@
|
|||
|
||||
#include <lber.h>
|
||||
|
||||
#define malloc(x) ber_memalloc(x)
|
||||
#define realloc(x,y) ber_memrealloc(x,y)
|
||||
#define free(x) ber_memfree(x)
|
||||
|
||||
#include <ldap_utf8.h>
|
||||
#include <ldap_pvt_uc.h>
|
||||
|
||||
#define malloc(x) ber_memalloc(x)
|
||||
#define realloc(x,y) ber_memrealloc(x,y)
|
||||
#define free(x) ber_memfree(x)
|
||||
|
||||
int ucstrncmp(
|
||||
const ldap_unicode_t *u1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue