Re-synced `identtiny' from 1.2 branch.

committer: mfx <mfx> 1034741770 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-10-16 04:16:10 +00:00
parent cecfaaf63e
commit ac245b39d5
4 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ PackLinuxI386::generateElfHdr(
#if 0 //{
unsigned identsize;
char const *const ident = identstr(identsize);
char const *const ident = getIdentstr(&identsize);
#endif //}
h2->phdr[0].p_filesz = sizeof(*h2); // + identsize;
h2->phdr[0].p_memsz = h2->phdr[0].p_filesz;