[BusyBox-cvs] cvs commit to busybox.stable by andersen
andersen at busybox.net
andersen at busybox.net
Thu Dec 6 15:05:00 UTC 2001
Repository: busybox.stable
who: andersen
time: Thu Dec 6 08:05:00 MST 2001
Log Message:
If find_pid_by_name() had an error, it was returning -1, but storing
that into a pid_t, which is unsigned on a number archs. Furthermore,
find_pid_by_name() would _never_ return an error if the intended proces
was "init", but instead would return 1, meaning we would fail to work
on 2.4.x kernels running an initrd...
-Erik
Files:
changed: halt.c kill.c pidof.c poweroff.c reboot.c
More information about the busybox-cvs
mailing list