aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-30 20:30:10 +0000
committerRob Landley <rob@landley.net>2006-06-30 20:30:10 +0000
commita526c30cc5eba52163b18a256c2cc83d7b12ca53 (patch)
treeaddc64c835292c0a4152fcee596256038a86c25c /procps
parentab58d5cf8a0a59d6c3beafb519b1747b15fd9099 (diff)
downloadbusybox-a526c30cc5eba52163b18a256c2cc83d7b12ca53.tar.gz
Make another warning go away.
Diffstat (limited to 'procps')
-rw-r--r--procps/top.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c
index 172933cbe..bf30c23f6 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -402,7 +402,6 @@ int top_main(int argc, char **argv)
struct timeval tv;
fd_set readfds;
unsigned char c;
- struct sigaction sa;
#endif /* CONFIG_FEATURE_USE_TERMIOS */
/* do normal option parsing */