Fixed option parsing. Grep would continue grepping, even when given a bad /
[oweals/busybox.git] / dirname.c
index e34ecf8a90d65fe6b5659ded42a3f6ddb112c834..8313e99c692c26af3ec34578da561b08acdcde2e 100644 (file)
--- a/dirname.c
+++ b/dirname.c
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  *
  */
-#include "busybox.h"
+
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include "busybox.h"
 
 extern int dirname_main(int argc, char **argv)
 {