From d2c24c51bd2bff1a291e1f217ae7f135066b0b9e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 30 Dec 2005 06:27:33 +0000 Subject: tell people to ignore these two warnings unless someone can figure out how to make them go away ... the vfork() is safe due to the logic following it --- utils/ldd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') 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; -- cgit v1.2.3