From 26c777d516174165e4b4d55b1dd460366dddaec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 11 Apr 2006 20:09:31 +0000 Subject: [PATCH] uncomment; that one slipped through --- crypto/dso/dso_dlfcn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index ceeda005f5..a8e8b0faaf 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -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; -- GitLab