1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-30 06:25:25 +03:00

increase /proc/stat buffer

This commit is contained in:
Kay Sievers 2007-03-15 00:10:59 +01:00
parent 4a7e6bcef0
commit 8d48959a23

View File

@ -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;