aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-14 16:08:06 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-14 16:08:06 +0000
commit1e07f852e0f236a0360c5fd44356a2e391185145 (patch)
tree31c3b8acdfdb573b6c60c0d56786a53c2b43d4df /include
parent2d2c868aabdccf46a05d1dd0b1f1ab8503d12c98 (diff)
downloadbusybox-1e07f852e0f236a0360c5fd44356a2e391185145.tar.gz
FEATURE->ENABLE_FEATURE loses one for 'top' applet
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 15af6c463..024f33f76 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -446,7 +446,7 @@ typedef struct {
char state[4];
unsigned long rss;
int ppid;
-#ifdef FEATURE_CPU_USAGE_PERCENTAGE
+#ifdef ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE
unsigned pcpu;
unsigned pscpu;
unsigned long stime, utime;