diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-15 00:10:59 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-15 00:10:59 +0100 |
commit | 8d48959a23415d3e960cebd8381b95388dcf127e (patch) | |
tree | d70e0197fec237973e249bb0d14ec95a18e1201b /udevd.c | |
parent | 4a7e6bcef059af60baab92a3c0fbe01ed44465d5 (diff) |
increase /proc/stat buffer
Diffstat (limited to 'udevd.c')
-rw-r--r-- | udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |