diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 19:25:04 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 19:25:04 -0700 |
commit | f466cff948ec638f26a9a77a391904ebe03c4dfb (patch) | |
tree | 2a933b3e4451e3d82b8f9a779fe9bf3a9a3cf501 /lib9p/internal.h | |
parent | 5c373cfe544df4ddba44adf3f6b60399340e4bd5 (diff) | |
parent | a25ab8432dcf15d7d43adbc429a7cd9b493b3d91 (diff) |
Merge branch 'lukeshu/9p-srv-cleanup'
Diffstat (limited to 'lib9p/internal.h')
-rw-r--r-- | lib9p/internal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib9p/internal.h b/lib9p/internal.h index eb67992..d939d46 100644 --- a/lib9p/internal.h +++ b/lib9p/internal.h @@ -28,12 +28,6 @@ #ifndef CONFIG_9P_MAX_HOSTMSG_SIZE #error config.h must define CONFIG_9P_MAX_HOSTMSG_SIZE #endif -#ifndef CONFIG_9P_MAX_FIDS - #error config.h must define CONFIG_9P_MAX_FIDS -#endif -#ifndef CONFIG_9P_MAX_REQS - #error config.h must define CONFIG_9P_MAX_REQS -#endif #ifndef CONFIG_9P_MAX_ERR_SIZE #error config.h must define CONFIG_9P_MAX_ERR_SIZE #endif |