blob: 56f048296ec71a3e76ee36f195f8fb2161d5d896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/powernowd.c
+++ b/powernowd.c
@@ -107,7 +107,7 @@ typedef struct cpuinfo {
cpuinfo_t **all_cpus;
/* idea stolen from procps */
-static char buf[1024];
+static char buf[2048];
enum function {
SINE,
|