diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/headers.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ld.elf_so/headers.c b/libexec/ld.elf_so/headers.c index 1c490edcf40..14fedadcd78 100644 --- a/libexec/ld.elf_so/headers.c +++ b/libexec/ld.elf_so/headers.c @@ -1,4 +1,4 @@ -/* $NetBSD: headers.c,v 1.32 2010/09/30 19:43:11 skrll Exp $ */ +/* $NetBSD: headers.c,v 1.33 2010/09/30 19:45:24 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -40,7 +40,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: headers.c,v 1.32 2010/09/30 19:43:11 skrll Exp $"); +__RCSID("$NetBSD: headers.c,v 1.33 2010/09/30 19:45:24 skrll Exp $"); #endif /* not lint */ #include <err.h> @@ -317,8 +317,8 @@ _rtld_digest_phdr(const Elf_Phdr *phdr, int phnum, caddr_t entry) case PT_PHDR: relocoffs = (uintptr_t)phdr - (uintptr_t)ph->p_vaddr; - dbg(("headers: phdr %p phsize %zu relocoffs %lx", obj->phdr, - obj->phsize, (long)relocoffs)); + dbg(("headers: phdr %p phsize %zu relocoffs %lx", obj->phdr, + obj->phsize, (long)relocoffs)); break; case PT_INTERP: |
