From b917625a851a35e16cb4b654e6e33de0c5faf268 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 18 Dec 2001 00:20:58 +0000 Subject: [PATCH] Revert previous commit. --- libraries/libldap/util-int.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/libldap/util-int.c b/libraries/libldap/util-int.c index 00faaca7d5..ffd2214081 100644 --- a/libraries/libldap/util-int.c +++ b/libraries/libldap/util-int.c @@ -95,9 +95,7 @@ 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 ); -- 2.39.5