From: Ben Collins Date: Fri, 15 Sep 2000 03:33:05 +0000 (+0000) Subject: don't define NEED_COPY_HOSTENT in the decleration X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1980 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aaf59e2a2b0f54291bf166736e8462bc681d5c87;p=openldap don't define NEED_COPY_HOSTENT in the decleration --- diff --git a/libraries/libldap/util-int.c b/libraries/libldap/util-int.c index ff002eb9f6..9e8a59fded 100644 --- a/libraries/libldap/util-int.c +++ b/libraries/libldap/util-int.c @@ -98,7 +98,6 @@ char *ldap_pvt_ctime( const time_t *tp, char *buf ) static char *safe_realloc( char **buf, int len ); #if !defined(HAVE_GETHOSTBYNAME_R) && defined(LDAP_R_COMPILE) -# define NEED_COPY_HOSTENT static int copy_hostent( struct hostent *res, char **buf, struct hostent * src ); #endif