commit | e5667c1cfe339b2f84abaabb90259ec29b91cf89 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Nov 26 20:13:39 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Nov 26 20:13:39 2006 +0000 |
tree | 385d96cede38de88bcc55cf2e02c36deb86f25a5 | |
parent | ec0c920a78813d1c047924e024017189dedeec93 [diff] |
Closing bug 730. libbb run_parts is using scandir (a GNUism), and it is used only by run_parts applet, so move it there. Also saved ~30 bytes (prolly gcc autoinlining...).