randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6eb38fded2
commit
df1f479fc5
@ -107,7 +107,7 @@ static unsigned str_to_jiffies(const char *time_str)
|
|||||||
|
|
||||||
#define filedata bb_common_bufsiz1
|
#define filedata bb_common_bufsiz1
|
||||||
|
|
||||||
#if ENABLE_FEATURE_BRCTL_SHOW
|
#if ENABLE_FEATURE_BRCTL_SHOW || ENABLE_FEATURE_BRCTL_FANCY
|
||||||
static int read_file(const char *name)
|
static int read_file(const char *name)
|
||||||
{
|
{
|
||||||
int n = open_read_close(name, filedata, COMMON_BUFSIZE - 1);
|
int n = open_read_close(name, filedata, COMMON_BUFSIZE - 1);
|
||||||
@ -120,7 +120,9 @@ static int read_file(const char *name)
|
|||||||
}
|
}
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if ENABLE_FEATURE_BRCTL_SHOW
|
||||||
/* NB: we are in /sys/class/net
|
/* NB: we are in /sys/class/net
|
||||||
*/
|
*/
|
||||||
static int show_bridge(const char *name, int need_hdr)
|
static int show_bridge(const char *name, int need_hdr)
|
||||||
|
@ -979,9 +979,11 @@ static unsigned handle_input(unsigned scan_mask, duration_t interval)
|
|||||||
IF_FEATURE_TOPMEM(&& scan_mask != TOPMEM_MASK)
|
IF_FEATURE_TOPMEM(&& scan_mask != TOPMEM_MASK)
|
||||||
) {
|
) {
|
||||||
scan_mask ^= PSSCAN_TASKS;
|
scan_mask ^= PSSCAN_TASKS;
|
||||||
|
# if ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE
|
||||||
free(prev_hist);
|
free(prev_hist);
|
||||||
prev_hist = NULL;
|
prev_hist = NULL;
|
||||||
prev_hist_count = 0;
|
prev_hist_count = 0;
|
||||||
|
# endif
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user