Oops. Forgot the usleep.c file.
[oweals/busybox.git] / chvt.c
diff --git a/chvt.c b/chvt.c
index a32bd3e783f9312ab7848d3ac4786588e1bda834..635022a57e4354f16c75b485cf3cc2281497567e 100644 (file)
--- a/chvt.c
+++ b/chvt.c
@@ -34,3 +34,12 @@ int chvt_main(int argc, char **argv)
        }
        exit(TRUE);
 }
+
+
+/*
+Local Variables:
+c-file-style: "linux"
+c-basic-offset: 4
+tab-width: 4
+End:
+*/