Closing bug 730. libbb run_parts is using scandir (a GNUism),
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 26 Nov 2006 20:13:39 +0000 (20:13 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 26 Nov 2006 20:13:39 +0000 (20:13 -0000)
commite5667c1cfe339b2f84abaabb90259ec29b91cf89
tree385d96cede38de88bcc55cf2e02c36deb86f25a5
parentec0c920a78813d1c047924e024017189dedeec93
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...).
debianutils/run_parts.c
include/libbb.h
libbb/Kbuild
libbb/run_parts.c [deleted file]