aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-16 12:55:29 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-16 12:55:29 +0000
commitf246dc7f57335b01e5e503d14eb4ef0eb28d2f94 (patch)
tree1087a44db7d46fd29cc247e7071d7077e2958b5c /include
parentc350485b18b95954496e12161a87ee016f2bbb81 (diff)
downloadbusybox-f246dc7f57335b01e5e503d14eb4ef0eb28d2f94.tar.gz
ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 71ba8feac..e767948d7 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -445,7 +445,7 @@ typedef struct {
char state[4];
unsigned long rss;
int ppid;
-#ifdef ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE
+#ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
unsigned pcpu;
unsigned pscpu;
unsigned long stime, utime;