aboutsummaryrefslogtreecommitdiff
path: root/coreutils/usleep.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-19 23:49:41 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-19 23:49:41 +0000
commit92d23245c93eb7db64818384ee6c5366a465e29e (patch)
tree1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 /coreutils/usleep.c
parent40eaa9f0bb2c689552e39890592ed773d870c1fa (diff)
downloadbusybox-92d23245c93eb7db64818384ee6c5366a465e29e.tar.gz
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Diffstat (limited to 'coreutils/usleep.c')
-rw-r--r--coreutils/usleep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/usleep.c b/coreutils/usleep.c
index 92e4437c5..6023bf430 100644
--- a/coreutils/usleep.c
+++ b/coreutils/usleep.c
@@ -21,6 +21,8 @@
*
*/
+/* getopt not needed */
+
#include <stdlib.h>
#include <unistd.h>
#include "busybox.h"