diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-05 10:48:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-05 10:48:19 +0000 |
commit | 331137b25141fdf54e6a3848b2fb80c54b2a1b87 (patch) | |
tree | 62dda94515a25a4f08c9b3381fcca6dd7b466bab /sys/kern/exec_elf.c | |
parent | b4d9486196d0321e2529f250f06028b8dd86c048 (diff) |
layout style nit (am I a pedant, or what?)
Diffstat (limited to 'sys/kern/exec_elf.c')
-rw-r--r-- | sys/kern/exec_elf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_elf.c b/sys/kern/exec_elf.c index a5430d47328..e8c1773d389 100644 --- a/sys/kern/exec_elf.c +++ b/sys/kern/exec_elf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.c,v 1.12 1996/06/16 20:05:08 etheisen Exp $ */ +/* $OpenBSD: exec_elf.c,v 1.13 1996/08/05 10:48:18 niklas Exp $ */ /* $NetBSD: exec_elf.c,v 1.6 1996/02/09 18:59:18 christos Exp $ */ /* @@ -339,7 +339,7 @@ elf_load_file(p, path, vcset, entry, ap, last) char *bp = NULL; u_long addr = *last; - bp = path; + bp = path; /* * 1. open file * 2. read filehdr |