Module Name:    src
Committed By:   christos
Date:           Sat Feb 20 15:20:23 UTC 2016

Modified Files:
        src/libexec/ld.elf_so/arch/mips: mips_reloc.c

Log Message:
where is already void *


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/libexec/ld.elf_so/arch/mips/mips_reloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/arch/mips/mips_reloc.c
diff -u src/libexec/ld.elf_so/arch/mips/mips_reloc.c:1.64 src/libexec/ld.elf_so/arch/mips/mips_reloc.c:1.65
--- src/libexec/ld.elf_so/arch/mips/mips_reloc.c:1.64	Fri Feb 19 17:09:09 2016
+++ src/libexec/ld.elf_so/arch/mips/mips_reloc.c	Sat Feb 20 10:20:23 2016
@@ -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 <mhi...@montana.edu>
@@ -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 @@ _rtld_relocate_nonplt_objects(Obj_Entry 
 
 			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;
 		}
 

Reply via email to