commit | 1bfca7bac7c379e7d42387851d6f689d60f749d8 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Sep 10 03:20:37 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Sun Sep 10 03:20:37 2006 +0000 |
tree | 2757542ea9cc4297da57a5608b65617dc0f5bbdd | |
parent | 9852d5a1e65d23dece9bdfa2483409dda258748f [diff] |
Cleanup headers and replace the zero padding with an even smaller version. One of the pads turned out to be unnecessary: sizeof(struct TarHeader) is TAR_BLOCK_SIZE, the padding's in the struct. The others could be done inline with bb_common_bufsiz1. This is a cleanup I did to Denis' patch long ago, but got sidetracked by what turned into svn 15660.