aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-27 18:18:06 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-27 18:18:06 +0000
commit038b076e5592681eb870413f00829e8e984d2ce4 (patch)
tree481558d96e646c63caee86475985db1904e9bea0 /procps/top.c
parente1d9633e20d8f3153602249441df916cd31f303f (diff)
downloadbusybox-w32-038b076e5592681eb870413f00829e8e984d2ce4.tar.gz
busybox-w32-038b076e5592681eb870413f00829e8e984d2ce4.tar.bz2
busybox-w32-038b076e5592681eb870413f00829e8e984d2ce4.zip
some portability fixes by rmh in Bug 395
Diffstat (limited to 'procps/top.c')
-rw-r--r--procps/top.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/procps/top.c b/procps/top.c
index e6e4b5c00..fcb570b64 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -33,8 +33,6 @@
33#include <unistd.h> 33#include <unistd.h>
34#include <string.h> 34#include <string.h>
35#include <sys/ioctl.h> 35#include <sys/ioctl.h>
36/* get page info */
37#include <asm/page.h>
38#include "busybox.h" 36#include "busybox.h"
39 37
40//#define FEATURE_CPU_USAGE_PERCENTAGE /* + 2k */ 38//#define FEATURE_CPU_USAGE_PERCENTAGE /* + 2k */