From e2122e97d43eff66f4f97a8027869f7336eed382 Mon Sep 17 00:00:00 2001 From: vda Date: Wed, 11 Apr 2007 07:26:56 +0000 Subject: fix misplaced #if git-svn-id: svn://busybox.net/trunk/busybox@18397 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/vfork_daemon_rexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/vfork_daemon_rexec.c b/libbb/vfork_daemon_rexec.c index 281ead4dc..ce5a627ed 100644 --- a/libbb/vfork_daemon_rexec.c +++ b/libbb/vfork_daemon_rexec.c @@ -102,8 +102,8 @@ int wait_pid(int *wstat, int pid) int spawn_and_wait(char **argv) { -#if ENABLE_FEATURE_PREFER_APPLETS int rc; +#if ENABLE_FEATURE_PREFER_APPLETS const struct bb_applet *a = find_applet_by_name(argv[0]); if (a && (a->nofork -- cgit v1.2.3-55-g6feb