summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-03-07 20:19:14 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2020-03-07 20:19:14 +0100
commit225c359beab9e2f17c66e65647b9e0a94f942620 (patch)
treef68865f87f1c741a3a7205d66a1f9a0cddc7bde2 /sys/include
parente1cdcfdb172071bafef18b1ac160138c97459b79 (diff)
lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hacks
it is unclear how Srv.nopipe flag should work inside postmountserv(). if a server wants to serve on stdio descriptors, he can just call srv() after initializing Srv.infd and Srv.outfd. The Srv.leavefdsopen hack can be removed now that acme win has been fixed.
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/9p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/include/9p.h b/sys/include/9p.h
index c51b1c2b9..53b16ca4a 100644
--- a/sys/include/9p.h
+++ b/sys/include/9p.h
@@ -215,9 +215,7 @@ struct Srv {
int infd;
int outfd;
- int nopipe;
int srvfd;
- int leavefdsopen; /* magic for acme win */
char* keyspec;
/* below is implementation-specific; don't use */