From b05f78e97174c642887846ab3bcb9a95520da161 Mon Sep 17 00:00:00 2001 From: albert <> Date: Mon, 30 Sep 2002 22:17:42 +0000 Subject: [PATCH] more space for 64-bit arch --- vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmstat.c b/vmstat.c index d6efadd4..f9000245 100644 --- a/vmstat.c +++ b/vmstat.c @@ -38,7 +38,7 @@ #define NDEBUG !DEBUG -#define BUFFSIZE 4096 +#define BUFFSIZE 8192 #define FALSE 0 #define TRUE 1