From 2eb287e707ed7efb8b77cb0fc9a90d7e24d06bc3 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 9 Apr 2025 03:19:22 -0600 Subject: 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. --- lib9p/idl/2003-9P2000.p9p.9p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib9p/idl') 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(). # -- cgit v1.2.3-2-g168b