Syntax error
[oweals/busybox.git] / coreutils / yes.c
index ad7b98f8418d370e749cfa4c112ca562ada60cc4..7d9596d0bf72156b53426ec0013254a6fdd127a1 100644 (file)
@@ -20,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "busybox.h"