move b_len from PackHeader to PackUnix

packer.h p_unix.h p_unix.cpp p_lx_elf.cpp p_lx_exc.cpp

committer: jreiser <jreiser> 981741734 +0000
This commit is contained in:
John Reiser
2001-02-09 18:02:14 +00:00
parent 451487ef80
commit e866b2231f
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ PackLinuxI386::buildLinuxLoader(
// p_progid, p_filesize, p_blocksize
sizeof(p_info) +
// compressed data
ph.b_len + ph.c_len );
b_len + ph.c_len );
// entry to stub
addLoader("LEXEC000", 0);