X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Fpatches%2Finit-console.patch;h=46ca1dc747a00a2345175a1c2c08a3a2b4c8a885;hb=6575ac57eb90f99cd152218841acdf8867b830bf;hp=fd45cbfdaa37d19ebd8d7a63fd2ee422fecc2a9d;hpb=771164db6bb7039a7a245eed3142ffd9de3907cf;p=busybox-power diff --git a/debian/patches/init-console.patch b/debian/patches/init-console.patch index fd45cbf..46ca1dc 100644 --- a/debian/patches/init-console.patch +++ b/debian/patches/init-console.patch @@ -1,6 +1,6 @@ --- a/init/init.c +++ b/init/init.c -@@ -562,6 +562,8 @@ static void run_actions(int action_type) +@@ -563,6 +563,8 @@ static void run_actions(int action_type) for (a = init_action_list; a; a = a->next) { if (!(a->action_type & action_type)) continue;