Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so Oops. Remove trailing whitespace in previous.



details:   https://anonhg.NetBSD.org/src/rev/9b9cb4bb5a8c
branches:  trunk
changeset: 757874:9b9cb4bb5a8c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 30 19:45:24 2010 +0000

description:
Oops. Remove trailing whitespace in previous.

diffstat:

 libexec/ld.elf_so/headers.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 34f1b4b711b7 -r 9b9cb4bb5a8c libexec/ld.elf_so/headers.c
--- a/libexec/ld.elf_so/headers.c       Thu Sep 30 19:43:11 2010 +0000
+++ b/libexec/ld.elf_so/headers.c       Thu Sep 30 19:45:24 2010 +0000
@@ -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 @@
 
                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:



Home | Main Index | Thread Index | Old Index