Eric Andersen b24d65659f 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
2001-12-06 14:52:32 +00:00
..
2001-07-12 20:26:32 +00:00
2001-11-02 11:39:46 +00:00
2001-11-10 11:22:46 +00:00
2001-12-06 08:20:14 +00:00
2001-11-10 11:22:46 +00:00
2001-12-06 08:20:14 +00:00
2001-12-06 08:20:14 +00:00
2001-11-12 18:44:26 +00:00

Please see the LICENSE file for copyright information.
    
libbb is BusyBox's utility library.  This all used to be in a single file
(utility.c to be specific).  When I split utility.c up to create libbb, I did
not carefully fix up the copyright and licensing information.  I'll do that for
the next release.

For now, just trust me that a bunch of people have worked on this stuff, 
and it is all GPL'ed.

	Erik Andersen 
	<andersee@codepoet.org>