View | Details | Raw Unified | Return to bug 22750
Collapse All | Expand All

(-)powertop-1.11.orig/config.c (-1 / +1 lines)
Lines 33-39 Link Here
33
#include "powertop.h"
33
#include "powertop.h"
34
34
35
/* static arrays are not nice programming.. but they're easy */
35
/* static arrays are not nice programming.. but they're easy */
36
static char configlines[5000][100];
36
static char configlines[6000][100];
37
static int configcount;
37
static int configcount;
38
38
39
static void read_kernel_config(void)
39
static void read_kernel_config(void)

Return to bug 22750