diff options
Diffstat (limited to 'libexec/ld.so/hppa/rtld_machine.c')
-rw-r--r-- | libexec/ld.so/hppa/rtld_machine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/hppa/rtld_machine.c b/libexec/ld.so/hppa/rtld_machine.c index 330a8440252..5971c2cfb75 100644 --- a/libexec/ld.so/hppa/rtld_machine.c +++ b/libexec/ld.so/hppa/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.10 2005/09/22 01:33:08 drahn Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.11 2005/09/22 04:07:11 deraadt Exp $ */ /* * Copyright (c) 2004 Michael Shalayeff @@ -158,7 +158,7 @@ _dl_md_reloc(elf_object_t *object, int rel, int relasz) pt = (Elf_Addr *)(rela->r_offset + loff); ooff = 0; - this = NULL; + this = NULL; if (ELF_R_SYM(rela->r_info) && sym->st_name) { ooff = _dl_find_symbol_bysym(object, ELF_R_SYM(rela->r_info), &this, |