projects
/
alioth
/
jupp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986af23
)
further nommu code exclusion cleanup
author
mirabilos
<m@mirbsd.org>
Fri, 1 Dec 2017 22:25:46 +0000
(23:25 +0100)
committer
mirabilos
<m@mirbsd.org>
Fri, 1 Dec 2017 22:57:22 +0000
(23:57 +0100)
(cherry picked from commit
09bb7207617492586e309370ca60bc994ae16d0c
)
ushell.c
patch
|
blob
|
history
diff --git
a/ushell.c
b/ushell.c
index
7627644
..
d938d56
100644
(file)
--- a/
ushell.c
+++ b/
ushell.c
@@
-39,6
+39,7
@@
extern int orphan;
+#if WANT_FORK
/* Executed when shell process terminates */
static void cdone(B *b)
@@
-108,7
+109,6
@@
static void cdata(B *b, unsigned char *dat, int siz)
cfollow(b,byte);
}
-#if WANT_FORK
static int doushell(BW *bw, unsigned char *cmd, int *notify, int build)
{
MPX *m;