diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-22 04:07:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-22 04:07:12 +0000 |
commit | a0c4c11c7f85dae75a27fafc5b6e824dd6d42c68 (patch) | |
tree | 6440fe69d5e21ab8294db8e27f042d4bc3734d0d /libexec/ld.so/hppa | |
parent | 5b5ae816738dee5610782157ce0dddcfecc6d19f (diff) |
knf; ok drahn
Diffstat (limited to 'libexec/ld.so/hppa')
-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, |