aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-16 12:55:29 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-16 12:55:29 +0000
commit1b6571358e307aab9938c417c5ce377aa35e858d (patch)
tree1087a44db7d46fd29cc247e7071d7077e2958b5c /include
parentf23a9b01d438650b91edff3a6c0d3371eb70f1b7 (diff)
downloadbusybox-w32-1b6571358e307aab9938c417c5ce377aa35e858d.tar.gz
busybox-w32-1b6571358e307aab9938c417c5ce377aa35e858d.tar.bz2
busybox-w32-1b6571358e307aab9938c417c5ce377aa35e858d.zip
ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
git-svn-id: svn://busybox.net/trunk/busybox@11480 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 {
445 char state[4]; 445 char state[4];
446 unsigned long rss; 446 unsigned long rss;
447 int ppid; 447 int ppid;
448#ifdef ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE 448#ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
449 unsigned pcpu; 449 unsigned pcpu;
450 unsigned pscpu; 450 unsigned pscpu;
451 unsigned long stime, utime; 451 unsigned long stime, utime;