mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
from jon@symas.com - misc cleanup
This commit is contained in:
parent
943800a534
commit
6456e5f559
@ -95,7 +95,9 @@ char *ldap_pvt_ctime( const time_t *tp, char *buf )
|
||||
#define BUFSTART 1024
|
||||
#define BUFMAX (32*1024)
|
||||
|
||||
#if defined( NEED_SAFE_REALLOC )
|
||||
static char *safe_realloc( char **buf, int len );
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_GETHOSTBYNAME_R) && defined(LDAP_R_COMPILE)
|
||||
static int copy_hostent( struct hostent *res, char **buf, struct hostent * src );
|
||||
|
Loading…
Reference in New Issue
Block a user