Another update from Larry:
[oweals/busybox.git] / chvt.c
diff --git a/chvt.c b/chvt.c
index c4b3639df75abd5020031dd52d3e60bfa338be35..c76e9c7806b851fec62933de3ed96f3a7eb11dc0 100644 (file)
--- a/chvt.c
+++ b/chvt.c
@@ -4,6 +4,9 @@
  *
  * busyboxed by Erik Andersen
  */
+
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>