From: Kay Sievers Date: Wed, 14 Mar 2007 23:10:59 +0000 (+0100) Subject: increase /proc/stat buffer X-Git-Tag: 174~2041 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=8d48959a23415d3e960cebd8381b95388dcf127e increase /proc/stat buffer --- diff --git a/udevd.c b/udevd.c index 07f1c4810..efb24ff65 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;