diff options
Diffstat (limited to 'include/mp.h')
-rw-r--r-- | include/mp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mp.h b/include/mp.h index 752f3e3..ae2fe19 100644 --- a/include/mp.h +++ b/include/mp.h @@ -109,7 +109,7 @@ extern char *index(), *rindex(), *strdup(); #define PBUFSIZE 8192 #define TIMEOUT -54 -#define BLOCKSIZE 1024 +#define BLOCKSIZE 512 #define FID 7 /* File system id */ #if defined(sun) && defined(__SVR4) |