c911a4389b
1) fixed a bug that could crash df, mount, and umount applets if the root device name was longer then the word "root" (/dev/loop1 vs /dev/root) - 2) severl functions needed static declaration in the umount applet 3) update declaration for function in last_char_is() in libbb
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, justtrust me that a bunch of people have worked on this stuff, and it is all GPL'ed. Erik Andersen <andersen@lineo.com> <andersee@debian.org> <andersee@codepoet.org>