diff --git a/sys/include/ndb.h b/sys/include/ndb.h index b44da0539..1a9ab7742 100644 --- a/sys/include/ndb.h +++ b/sys/include/ndb.h @@ -27,7 +27,7 @@ struct Ndb Ndb *next; Biobufhdr b; /* buffered input file */ - uchar buf[256]; /* and its buffer */ + uchar buf[8192]; /* and its buffer */ ulong mtime; /* mtime of db file */ Qid qid; /* qid of db file */