Small minix smaller.

This commit is contained in:
Ben Gras 2005-09-11 19:13:27 +00:00
parent 5ed793ce20
commit b18cbb66ea

View file

@ -41,8 +41,8 @@
#if _MINIX_SMALL
#define NR_BUFS 512
#define NR_BUF_HASH 512
#define NR_BUFS 256
#define NR_BUF_HASH 256
#else