diff options
author | Rob Landley <rob@landley.net> | 2006-06-30 20:30:10 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-30 20:30:10 +0000 |
commit | a526c30cc5eba52163b18a256c2cc83d7b12ca53 (patch) | |
tree | addc64c835292c0a4152fcee596256038a86c25c /procps | |
parent | ab58d5cf8a0a59d6c3beafb519b1747b15fd9099 (diff) | |
download | busybox-a526c30cc5eba52163b18a256c2cc83d7b12ca53.tar.gz |
Make another warning go away.
Diffstat (limited to 'procps')
-rw-r--r-- | procps/top.c | 1 |
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 */ |