aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>1999-08-07 17:07:48 +0000
committerFritz Elfert <felfert@to.com>1999-08-07 17:07:48 +0000
commite91f457f88f8fbae206810827e5ad642ee38771d (patch)
treeb600b00d350fc5544f0be7782b7750cfb51fba59 /include
parent999c040087eceff63074bcddcc39678a2206e635 (diff)
downloadplptools-e91f457f88f8fbae206810827e5ad642ee38771d.tar.gz
plptools-e91f457f88f8fbae206810827e5ad642ee38771d.tar.bz2
plptools-e91f457f88f8fbae206810827e5ad642ee38771d.zip
Fixed BLOCKSIZE for correct output of "du".
Diffstat (limited to 'include')
-rw-r--r--include/mp.h2
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)