mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
libbio: bump Bsize to IOUNIT
This commit is contained in:
parent
5030157da9
commit
38ea1ac105
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ typedef struct Biobufhdr Biobufhdr;
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
Bsize = 8*1024,
|
Bsize = IOUNIT,
|
||||||
Bungetsize = UTFmax+1, /* space for ungetc */
|
Bungetsize = UTFmax+1, /* space for ungetc */
|
||||||
Bmagic = 0x314159,
|
Bmagic = 0x314159,
|
||||||
Beof = -1,
|
Beof = -1,
|
||||||
|
|
|
@ -6,7 +6,7 @@ typedef struct Biobufhdr Biobufhdr;
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
Bsize = 8192,
|
Bsize = IOUNIT,
|
||||||
Bungetsize = UTFmax+1, /* space for ungetc */
|
Bungetsize = UTFmax+1, /* space for ungetc */
|
||||||
Bmagic = 0x314159,
|
Bmagic = 0x314159,
|
||||||
Beof = -1,
|
Beof = -1,
|
||||||
|
|
Loading…
Reference in a new issue