From 8d48959a23415d3e960cebd8381b95388dcf127e Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 15 Mar 2007 00:10:59 +0100 Subject: [PATCH] increase /proc/stat buffer --- udevd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udevd.c b/udevd.c index 07f1c481..efb24ff6 100644 --- a/udevd.c +++ b/udevd.c @@ -348,7 +348,7 @@ static int mem_size_mb(void) static int cpu_count(void) { int f; - char buf[32768]; + char buf[65536]; int len; const char *pos; int count = 0; -- 2.39.5