aboutsummaryrefslogtreecommitdiffstats
path: root/unexelf.c
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:26 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:26 -0800
commitdeda2c0fd8689349fea2a900199a76ff7ecb319e (patch)
treec9726d54a0806a9b0c75e6c82db8692aea0053cf /unexelf.c
parent3278b75942bdbe706f7a0fba87729bb1e935b68b (diff)
downloadscm-deda2c0fd8689349fea2a900199a76ff7ecb319e.tar.gz
scm-deda2c0fd8689349fea2a900199a76ff7ecb319e.zip
Import Upstream version 5d6upstream/5d6
Diffstat (limited to 'unexelf.c')
-rw-r--r--unexelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unexelf.c b/unexelf.c
index 60e82cc..ea8019f 100644
--- a/unexelf.c
+++ b/unexelf.c
@@ -522,7 +522,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
Elf32_Off new_data2_offset;
Elf32_Addr new_data2_addr;
- int n, nn, old_bss_index, old_data_index, new_data2_index;
+ int n, nn, old_bss_index, old_data_index;
struct stat stat_buf;
/* Open the old file & map it into the address space. */