Cleanup headers and replace the zero padding with an even smaller version.
authorRob Landley <rob@landley.net>
Sun, 10 Sep 2006 03:20:37 +0000 (03:20 -0000)
committerRob Landley <rob@landley.net>
Sun, 10 Sep 2006 03:20:37 +0000 (03:20 -0000)
commit1bfca7bac7c379e7d42387851d6f689d60f749d8
tree2757542ea9cc4297da57a5608b65617dc0f5bbdd
parent9852d5a1e65d23dece9bdfa2483409dda258748f
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.
archival/tar.c