diff options
author | Mike Frysinger | 2005-08-27 18:18:06 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-08-27 18:18:06 +0000 |
commit | 038b076e5592681eb870413f00829e8e984d2ce4 (patch) | |
tree | 481558d96e646c63caee86475985db1904e9bea0 /procps/top.c | |
parent | e1d9633e20d8f3153602249441df916cd31f303f (diff) | |
download | busybox-038b076e5592681eb870413f00829e8e984d2ce4.zip busybox-038b076e5592681eb870413f00829e8e984d2ce4.tar.gz |
some portability fixes by rmh in Bug 395
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/procps/top.c b/procps/top.c index e6e4b5c..fcb570b 100644 --- a/procps/top.c +++ b/procps/top.c @@ -33,8 +33,6 @@ #include <unistd.h> #include <string.h> #include <sys/ioctl.h> -/* get page info */ -#include <asm/page.h> #include "busybox.h" //#define FEATURE_CPU_USAGE_PERCENTAGE /* + 2k */ |