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 | |
parent | ab58d5cf8a0a59d6c3beafb519b1747b15fd9099 (diff) | |
download | busybox-w32-a526c30cc5eba52163b18a256c2cc83d7b12ca53.tar.gz busybox-w32-a526c30cc5eba52163b18a256c2cc83d7b12ca53.tar.bz2 busybox-w32-a526c30cc5eba52163b18a256c2cc83d7b12ca53.zip |
Make another warning go away.
-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) | |||
402 | struct timeval tv; | 402 | struct timeval tv; |
403 | fd_set readfds; | 403 | fd_set readfds; |
404 | unsigned char c; | 404 | unsigned char c; |
405 | struct sigaction sa; | ||
406 | #endif /* CONFIG_FEATURE_USE_TERMIOS */ | 405 | #endif /* CONFIG_FEATURE_USE_TERMIOS */ |
407 | 406 | ||
408 | /* do normal option parsing */ | 407 | /* do normal option parsing */ |