Oops. Forgot the usleep.c file.
[oweals/busybox.git] / coreutils / chroot.c
index 6a01be6034c749f1c989df60c91c200d0aaacd9f..3622c26dc7461360dafbed65bb18a193608883e9 100644 (file)
@@ -65,3 +65,12 @@ int chroot_main(int argc, char **argv)
                        *argv, strerror(errno));
        exit(FALSE);
 }
+
+
+/*
+Local Variables:
+c-file-style: "linux"
+c-basic-offset: 4
+tab-width: 4
+End:
+*/