ref: e62e30372a328a1b3f1e7f3b737978bca5b0b71d
parent: a1a08e5b2ae3f03401e6f845a9bd6e53987770ab
author: kvik <kvik@a-b.xyz>
date: Sun Apr 19 15:26:56 EDT 2020
Srv.nopipe is no longer necessary In fact it got removed from lib9p with 9front rev. 9a3177231790.
--- a/unionfs.c
+++ b/unionfs.c
@@ -778,7 +778,6 @@
postmountsrv(&fs, srvname, mtpt, mflag);
exits(nil);
}
- fs.nopipe = 1;
fs.infd = 0;
fs.outfd = 1;
srv(&fs);