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"