diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-21 05:32:20 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-21 05:32:20 +0100 |
commit | 0181117b5f56341e71f72f1cda37e815853eaacc (patch) | |
tree | 98bbf18c808af3017e907786b676e693be36d838 /sys/src/cmd/page.c | |
parent | fef5c8e4caf7a673e81d733c11e6410f8e427623 (diff) |
fork filter procs with RFREND in various programs
Diffstat (limited to 'sys/src/cmd/page.c')
-rw-r--r-- | sys/src/cmd/page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/page.c b/sys/src/cmd/page.c index bc5d8c38d..8f0a5b5bb 100644 --- a/sys/src/cmd/page.c +++ b/sys/src/cmd/page.c @@ -1404,7 +1404,7 @@ showext(Page *p) fd = dup(fd, -1); seek(fd, 0, 0); } - if(rfork(RFPROC|RFMEM|RFFDG|RFNOTEG|RFNOWAIT) == 0){ + if(rfork(RFPROC|RFMEM|RFFDG|RFNOTEG|RFREND|RFNOWAIT) == 0){ if(newwindow(nil) != -1){ dupfds(fd, open("/dev/cons", OWRITE), open("/dev/cons", OWRITE), -1); if((fd = open("/dev/label", OWRITE)) >= 0){ |