[git commit 1_15_stable] ash: fix compile breakage

Denys Vlasenko vda.linux at googlemail.com
Wed Oct 7 23:32:44 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=8cbc300d083001bccac4f33bf61b9dc97f29cb04
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/1_15_stable

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/shell/ash.c b/shell/ash.c
index 9529613..a9529f8 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -3272,9 +3272,6 @@ struct job {
 };
 
 static struct job *makejob(/*union node *,*/ int);
-#if !JOBS
-#define forkshell(job, node, mode) forkshell(job, mode)
-#endif
 static int forkshell(struct job *, union node *, int);
 static int waitforjob(struct job *);
 
@@ -4541,9 +4538,6 @@ clear_traps(void)
 static void closescript(void);
 
 /* Called after fork(), in child */
-#if !JOBS
-# define forkchild(jp, n, mode) forkchild(jp, mode)
-#endif
 static NOINLINE void
 forkchild(struct job *jp, union node *n, int mode)
 {
-- 
1.6.3.3



More information about the busybox-cvs mailing list