summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/ldd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ldd.c b/utils/ldd.c
index 314798354..ed0551175 100644
--- a/utils/ldd.c
+++ b/utils/ldd.c
@@ -645,7 +645,9 @@ static struct library * find_elf_interpreter(ElfW(Ehdr)* ehdr)
}
/* map the .so, and locate interesting pieces */
+/*
#warning "There may be two warnings here about vfork() clobbering, ignore them"
+*/
int find_dependancies(char* filename)
{
int is_suid = 0;