ash: compile breakage fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d5fddcd57f
commit
57ce977a97
@ -3272,9 +3272,6 @@ struct job {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct job *makejob(/*union node *,*/ int);
|
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 forkshell(struct job *, union node *, int);
|
||||||
static int waitforjob(struct job *);
|
static int waitforjob(struct job *);
|
||||||
|
|
||||||
@ -4541,9 +4538,6 @@ clear_traps(void)
|
|||||||
static void closescript(void);
|
static void closescript(void);
|
||||||
|
|
||||||
/* Called after fork(), in child */
|
/* Called after fork(), in child */
|
||||||
#if !JOBS
|
|
||||||
# define forkchild(jp, n, mode) forkchild(jp, mode)
|
|
||||||
#endif
|
|
||||||
static NOINLINE void
|
static NOINLINE void
|
||||||
forkchild(struct job *jp, union node *n, int mode)
|
forkchild(struct job *jp, union node *n, int mode)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user