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:
790f789
)
Revert "further nommu code exclusion cleanup"
author
mirabilos
<m@mirbsd.org>
Fri, 1 Dec 2017 22:57:41 +0000
(23:57 +0100)
committer
mirabilos
<m@mirbsd.org>
Fri, 1 Dec 2017 22:57:41 +0000
(23:57 +0100)
merged upstream
This reverts commit
09bb7207617492586e309370ca60bc994ae16d0c
.
ushell.c
patch
|
blob
|
history
diff --git
a/ushell.c
b/ushell.c
index
d938d56
..
7627644
100644
(file)
--- a/
ushell.c
+++ b/
ushell.c
@@
-39,7
+39,6
@@
extern int orphan;
-#if WANT_FORK
/* Executed when shell process terminates */
static void cdone(B *b)
@@
-109,6
+108,7
@@
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;