hush/init
Denis Vlasenko 35fb512728 PID should be stored in pid_t, not int or long.
find_pid_by_name() was returning 0 or -1 in last array element,
but -1 was never checked. We can use just 0 intead.
2006-11-01 09:16:49 +00:00
..
Config.in
halt.c PID should be stored in pid_t, not int or long. 2006-11-01 09:16:49 +00:00
init_shared.c
init_shared.h
init.c
Kbuild
mesg.c