*: more portability fixes by Dan Fandrich

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-09-23 23:15:43 +02:00
parent 1f27ab0d4b
commit 606291beab
10 changed files with 11 additions and 13 deletions

View File

@ -15,7 +15,6 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include <paths.h>
#include "busybox.h" /* uses applet tables */
/* This does a fork/exec in one call, using vfork(). Returns PID of new child,