diff options
Diffstat (limited to 'unexelf.c')
-rw-r--r-- | unexelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |