uncomment; that one slipped through

This commit is contained in:
Ulf Möller 2006-04-11 20:09:31 +00:00
parent 9555339007
commit 26c777d516

View File

@ -422,7 +422,7 @@ static int dladdr(void *address, Dl_info *dl)
static int dlfcn_pathbyaddr(void *addr,char *path,int sz)
{
#ifdef HAVE_DLINFO
#if 1 /*def HAVE_DLINFO */
Dl_info dli;
int len;