From 28f87fcb1823bb36b9a2e492cf840340f9671036 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 11 Oct 2024 11:37:40 -0600 Subject: lib9p: Mark what I intend to complete --- cmd/srv9p/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/srv9p') diff --git a/cmd/srv9p/config/config.h b/cmd/srv9p/config/config.h index 96aba1d..0f6c37e 100644 --- a/cmd/srv9p/config/config.h +++ b/cmd/srv9p/config/config.h @@ -38,7 +38,7 @@ #define CONFIG_9P_MAX_REQS 2 #define CONFIG_9P_MAX_ERR_SIZE 128 /* 128 is what Plan 9 4e uses */ #define CONFIG_9P_ENABLE_9P2000_u -#define CONFIG_9P_ENABLE_9P2000_e +/*#define CONFIG_9P_ENABLE_9P2000_e*/ #define CONFIG_COROUTINE_DEFAULT_STACK_SIZE (32*1024) #define CONFIG_COROUTINE_MEASURE_STACK 1 /* bool */ -- cgit v1.2.3-2-g168b