提交 8cbc300d 编写于 作者: D Denys Vlasenko

ash: fix compile breakage

Signed-off-by: NDenys Vlasenko <vda.linux@googlemail.com>
上级 6f01ccff
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册