* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard
[oweals/busybox.git] / coreutils / usleep.c
index 92e4437c5d0194c2079d7c78024090c106198a38..ac268b485d7f27096a8d3520e970a10d1b1dd014 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Mini usleep implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
  *
  * This program is free software; you can redistribute it and/or modify
@@ -21,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdlib.h>
 #include <unistd.h>
 #include "busybox.h"