diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-11 11:37:40 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-11 12:23:25 -0600 |
commit | 28f87fcb1823bb36b9a2e492cf840340f9671036 (patch) | |
tree | d64a784c7481709847c2f0998be23e1d5d8f3671 /lib9p/9p.generated.c | |
parent | 2145808d29f495cf872d9b3ffe05420ff9fc5be6 (diff) |
lib9p: Mark what I intend to complete
Diffstat (limited to 'lib9p/9p.generated.c')
-rw-r--r-- | lib9p/9p.generated.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/9p.generated.c b/lib9p/9p.generated.c index 660c925..50ed53f 100644 --- a/lib9p/9p.generated.c +++ b/lib9p/9p.generated.c @@ -2040,6 +2040,7 @@ static FLATTEN bool marshal_Rswrite(struct _marshal_ctx *ctx, struct lib9p_msg_R || ({ encode_u8le(155, &ctx->net_bytes[_typ_offset]); false; }) ; } +#endif /* defined(CONFIG_9P_ENABLE_9P2000_e) */ /* vtables / exports **********************************************************/ @@ -2056,7 +2057,6 @@ struct _vtable_version _lib9p_vtables[LIB9P_VER_NUM] = { _MSG(Rversion), _MSG(Rerror), }}, -#endif /* defined(CONFIG_9P_ENABLE_9P2000_e) */ #if defined(CONFIG_9P_ENABLE_9P2000) [LIB9P_VER_9P2000] = { .msgs = { _MSG(Tversion), |