summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-26 22:00:57 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-26 22:00:57 +0000
commit937582239b67ac03f2d8792d7e2ed7252113a599 (patch)
tree269d34b8cd0b2f1531d54b34f28fa1481b05c6d6 /utils
parent4e2664e5b1d7032ce5ee895cd06497e61d07a80f (diff)
remove warning since it seems to have "gone away" now
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;