aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/nfs/rpc.h')
-rw-r--r--nuttx/fs/nfs/rpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h
index 2aa01a69a..336e78798 100644
--- a/nuttx/fs/nfs/rpc.h
+++ b/nuttx/fs/nfs/rpc.h
@@ -434,7 +434,7 @@ struct rpc_reply_write
{
struct rpc_reply_header rh;
uint32_t status;
- struct WRITE3resok write;
+ struct WRITE3resok write; /* Variable length */
};
struct rpc_reply_read