aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-30 20:30:10 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-30 20:30:10 +0000
commitfdff477b9f942cecce85e651ec22b73f9a3a0272 (patch)
treeaddc64c835292c0a4152fcee596256038a86c25c
parent37c324f41e1f80bc9fd28c817f45d66bb5864d74 (diff)
downloadbusybox-w32-fdff477b9f942cecce85e651ec22b73f9a3a0272.tar.gz
busybox-w32-fdff477b9f942cecce85e651ec22b73f9a3a0272.tar.bz2
busybox-w32-fdff477b9f942cecce85e651ec22b73f9a3a0272.zip
Make another warning go away.
git-svn-id: svn://busybox.net/trunk/busybox@15561 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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)
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 */