summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/jobs.c')
-rw-r--r--bin/sh/jobs.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c
index 7ffdc2a..f4f1dac 100644
--- a/bin/sh/jobs.c
+++ b/bin/sh/jobs.c
@@ -177,22 +177,6 @@ out: out2fmt_flush("sh: can't access tty; job control turned off\n");
#endif
-#ifdef mkinit
-INCLUDE <sys/types.h>
-INCLUDE <stdlib.h>
-
-SHELLPROC {
- backgndpid = -1;
- bgjob = NULL;
-#if JOBS
- jobctl = 0;
-#endif
-}
-
-#endif
-
-
-
#if JOBS
int
fgcmd(int argc __unused, char **argv)
OpenPOWER on IntegriCloud