PID should be stored in pid_t, not int or long.
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 1 Nov 2006 09:16:49 +0000 (09:16 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 1 Nov 2006 09:16:49 +0000 (09:16 -0000)
commit35fb51272863c8723a40e59d2024c7f4c9ec8946
treea97deb26bca43e394a603840039846cd9d89cae9
parentd3ada3228551e2556afb9de6d3126fd016df1fb1
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.
include/libbb.h
init/halt.c
libbb/find_pid_by_name.c
libbb/procps.c
procps/kill.c
procps/pidof.c
procps/ps.c
procps/top.c