summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2010-09-30 19:45:24 +0000
committerskrll <skrll@NetBSD.org>2010-09-30 19:45:24 +0000
commita108583dc7c2cbccab95aebec5f224560f9a842e (patch)
treef8edc60e703fa90b6604cb7a763af5b36e391a88 /libexec
parentd965c46816af7394080389690a9ef810f16920bd (diff)
Oops. Remove trailing whitespace in previous.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/headers.c8
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: