commit | 92d23245c93eb7db64818384ee6c5366a465e29e | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Mar 19 23:49:41 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Mar 19 23:49:41 2001 +0000 |
tree | 1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 | |
parent | 40eaa9f0bb2c689552e39890592ed773d870c1fa [diff] [blame] |
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
diff --git a/coreutils/usleep.c b/coreutils/usleep.c index 92e4437..6023bf4 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"