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/arch/mips where is already void *



details:   https://anonhg.NetBSD.org/src/rev/582b90cd8a82
branches:  trunk
changeset: 813823:582b90cd8a82
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 20 15:20:23 2016 +0000

description:
where is already void *

diffstat:

 libexec/ld.elf_so/arch/mips/mips_reloc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a7791f27aa2e -r 582b90cd8a82 libexec/ld.elf_so/arch/mips/mips_reloc.c
--- a/libexec/ld.elf_so/arch/mips/mips_reloc.c  Sat Feb 20 15:18:46 2016 +0000
+++ b/libexec/ld.elf_so/arch/mips/mips_reloc.c  Sat Feb 20 15:20:23 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_reloc.c,v 1.64 2016/02/19 22:09:09 macallan Exp $ */
+/*     $NetBSD: mips_reloc.c,v 1.65 2016/02/20 15:20:23 christos Exp $ */
 
 /*
  * Copyright 1997 Michael L. Hitch <mhitch%montana.edu@localhost>
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mips_reloc.c,v 1.64 2016/02/19 22:09:09 macallan Exp $");
+__RCSID("$NetBSD: mips_reloc.c,v 1.65 2016/02/20 15:20:23 christos Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -445,7 +445,7 @@
 
                        rdbg(("TPREL %s in %s --> %p in %s",
                            obj->strtab + obj->symtab[r_symndx].st_name,
-                           obj->path, (void *)where, defobj->path));
+                           obj->path, where, defobj->path));
                        break;
                }
 



Home | Main Index | Thread Index | Old Index