Fixed option parsing. Grep would continue grepping, even when given a bad /
[oweals/busybox.git] / uptime.c
index 64df194f46c18d01de32b51bcf22a93da9c36bcd..6758d959ec81829e3547f65d84902251252da65f 100644 (file)
--- a/uptime.c
+++ b/uptime.c
@@ -27,6 +27,8 @@
  * of BB_FEATURE_UTMP_SUPPORT #define
  */
 
+/* getopt not needed */
+
 
 #include <stdio.h>
 #include <time.h>