diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-09 03:19:22 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-13 13:00:58 -0600 |
commit | 2eb287e707ed7efb8b77cb0fc9a90d7e24d06bc3 (patch) | |
tree | 03dd68b85cb6faf245b2422cc111dc6894bffe95 /lib9p/idl | |
parent | 2a9d1f54758988ce23fbd1e9da4f0ad28c0edcbf (diff) |
lib9p: srv: Implement p9p version negotiation
I've spent enough time thinking about how I would implement this that I
should just get it out of my head and into the code.
Diffstat (limited to 'lib9p/idl')
-rw-r--r-- | lib9p/idl/2003-9P2000.p9p.9p | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/idl/2003-9P2000.p9p.9p b/lib9p/idl/2003-9P2000.p9p.9p index 3f6a524..1d1c307 100644 --- a/lib9p/idl/2003-9P2000.p9p.9p +++ b/lib9p/idl/2003-9P2000.p9p.9p @@ -27,7 +27,7 @@ from ./2002-9P2000.9p import * # e.g. you replace syscall:`open()` with lib9pclient:`fsopen()`). # # "Unfortunately", programs in plan9port must deal both with 9P files -# and native "Unix" files; and need to turn an 9P FID into a native +# and native "Unix" files; and need to turn a 9P FID into a native # file descriptor. To do this, the `9pserve` program and lib9pclient # add an extension call to 9P2000: Topenfd/Ropenfd/fsopenfd(). # |