diff options
-rw-r--r-- | utils/ldd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ldd.c b/utils/ldd.c index ff1ec4a85..4545cf328 100644 --- a/utils/ldd.c +++ b/utils/ldd.c @@ -648,6 +648,7 @@ 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; |