busybox: refresh busybox patches
[librecmc/librecmc.git] / package / busybox / patches / 001-init_avoid_loop_opening_tty.patch
index 702723055251f908af5684da98a9ca5ff2f7db24..11815574bba07acde6960edc4377dc5499b1618e 100644 (file)
@@ -1,6 +1,6 @@
 --- a/init/init.c
 +++ b/init/init.c
-@@ -505,12 +505,11 @@
+@@ -505,12 +505,11 @@ static void run_actions(int action_type)
        for (a = init_action_list; a; a = tmp) {
                tmp = a->next;
                if (a->action_type & action_type) {