From b01ed65ad2e46fc7747010b16e53b3a9e1a7c23a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Jun 2003 17:08:15 +0000 Subject: Apply last_patch93 from vodz: andersen@busybox.net wrote: >Message: 4 >Modified Files: > init.c >Log Message: >Remove code for unsupported kernel versions Hmm. Current init.c have check >= 2.2.0 kernel one time too. Ok. Last patch removed this point and move common init code to new file for /init dir --- init/init_shared.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 init/init_shared.h (limited to 'init/init_shared.h') diff --git a/init/init_shared.h b/init/init_shared.h new file mode 100644 index 000000000..d10a1bd3b --- /dev/null +++ b/init/init_shared.h @@ -0,0 +1 @@ +extern int kill_init(int sig); -- cgit v1.2.3