diff options
Diffstat (limited to 'cmd/srv9p/config/config.h')
-rw-r--r-- | cmd/srv9p/config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |