summaryrefslogtreecommitdiff
path: root/sys/kern/imgact_elf.c
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2001-12-16 17:21:16 +0000
committerMark Peek <mp@FreeBSD.org>2001-12-16 17:21:16 +0000
commitbf43c504c9cd00f86f41b4464db41241ac298b80 (patch)
tree44a765cb16b2931ac65d3586f346e3e50d2643d8 /sys/kern/imgact_elf.c
parentaf1408e33f6f7a5a5fc49bd4a67cb8368c2d1ede (diff)
Notes
Diffstat (limited to 'sys/kern/imgact_elf.c')
-rw-r--r--sys/kern/imgact_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c
index 8d6a2bdd12d6..da4c210d8489 100644
--- a/sys/kern/imgact_elf.c
+++ b/sys/kern/imgact_elf.c
@@ -273,7 +273,7 @@ elf_load_section(struct proc *p, struct vmspace *vmspace, struct vnode *vp, vm_o
vm_map_unlock(&vmspace->vm_map);
if (rv != KERN_SUCCESS) {
return EINVAL;
- }
+ }
}
if (copy_len != 0) {