mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
tar: use IOUNIT to compute Dblock
This commit is contained in:
parent
ddaadd65b4
commit
15f66c69d8
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ enum {
|
|||
Binsize = 0x80, /* flag in size[0], from gnu: positive binary size */
|
||||
Binnegsz = 0xff, /* flag in size[0]: negative binary size */
|
||||
|
||||
Nblock = 40, /* maximum blocksize */
|
||||
Dblock = 20, /* default blocksize */
|
||||
Dblock = IOUNIT/Tblock, /* blocksize */
|
||||
Debug = 0,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue