parent
c4c5113fbd
commit
4dec55eead
4 changed files with 21 additions and 49 deletions
|
|
@ -1,5 +1,3 @@
|
|||
int extpipeactive = 0;
|
||||
|
||||
void
|
||||
#if EXTERNALPIPEIN_PATCH
|
||||
extpipe(const Arg *arg, int in)
|
||||
|
|
@ -64,7 +62,6 @@ externalpipe(const Arg *arg)
|
|||
close(to[1]);
|
||||
/* restore */
|
||||
signal(SIGPIPE, oldsigpipe);
|
||||
extpipeactive = 1;
|
||||
}
|
||||
|
||||
#if EXTERNALPIPEIN_PATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue