mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
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
1 line
31 B
C
1 line
31 B
C
extern int kill_init(int sig);
|