svn commit: trunk/busybox/libbb

vda at busybox.net vda at busybox.net
Wed Apr 11 07:26:57 UTC 2007


Author: vda
Date: 2007-04-11 00:26:56 -0700 (Wed, 11 Apr 2007)
New Revision: 18397

Log:
fix misplaced #if


Modified:
   trunk/busybox/libbb/vfork_daemon_rexec.c


Changeset:
Modified: trunk/busybox/libbb/vfork_daemon_rexec.c
===================================================================
--- trunk/busybox/libbb/vfork_daemon_rexec.c	2007-04-11 07:04:23 UTC (rev 18396)
+++ trunk/busybox/libbb/vfork_daemon_rexec.c	2007-04-11 07:26:56 UTC (rev 18397)
@@ -102,8 +102,8 @@
 
 int spawn_and_wait(char **argv)
 {
+	int rc;
 #if ENABLE_FEATURE_PREFER_APPLETS
-	int rc;
 	const struct bb_applet *a = find_applet_by_name(argv[0]);
 
 	if (a && (a->nofork




More information about the busybox-cvs mailing list