artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d9cfa
)
Missed a trailing space.
author
krw
<krw@openbsd.org>
Fri, 2 Jun 2023 00:10:25 +0000
(
00:10
+0000)
committer
krw
<krw@openbsd.org>
Fri, 2 Jun 2023 00:10:25 +0000
(
00:10
+0000)
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
patch
|
blob
|
history
diff --git
a/sys/arch/sparc64/stand/ofwboot/elf64_exec.c
b/sys/arch/sparc64/stand/ofwboot/elf64_exec.c
index
911f801
..
6fe116e
100644
(file)
--- a/
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
+++ b/
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: elf64_exec.c,v 1.1
4 2023/06/01 17:24:56
krw Exp $ */
+/* $OpenBSD: elf64_exec.c,v 1.1
5 2023/06/02 00:10:25
krw Exp $ */
/* $NetBSD: elfXX_exec.c,v 1.2 2001/08/15 20:08:15 eeh Exp $ */
/*
@@
-221,7
+221,7
@@
elf64_exec(int fd, Elf_Ehdr *elf, u_int64_t *entryp, void **ssymp, void **esymp)
if (shp->sh_type != SHT_SYMTAB
&& shp->sh_type != SHT_STRTAB
&& strcmp(shstr + shp->sh_name, ELF_CTF)) {
- shp->sh_offset = 0;
+ shp->sh_offset = 0;
continue;
}
size += shp->sh_size;