From 9dca9ff973287f22534e8b611c6d1da0cd5e073b Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Tue, 5 Oct 2004 12:06:40 +0000 Subject: Peter S. Mazinger writes: Hello! The attached patches remove unneeded -D, and uses instead #ifdef __somedefine__ --- utils/ldd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/ldd.c') diff --git a/utils/ldd.c b/utils/ldd.c index 55433b601..cc50109fc 100644 --- a/utils/ldd.c +++ b/utils/ldd.c @@ -662,7 +662,7 @@ foo: interpreter_already_found=0; interp = find_elf_interpreter(ehdr); -#ifdef __LDSO_LDD_SUPPORT +#ifdef __LDSO_LDD_SUPPORT__ if (interp && (ehdr->e_type == ET_EXEC || ehdr->e_type == ET_DYN) && ehdr->e_ident[EI_CLASS] == ELFCLASSM && ehdr->e_ident[EI_DATA] == ELFDATAM && ehdr->e_ident[EI_VERSION] == EV_CURRENT && MATCH_MACHINE(ehdr->e_machine)) -- cgit v1.2.3