summaryrefslogtreecommitdiffstats
path: root/nuttx/fs/nfs/nfs_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/nfs/nfs_proto.h')
-rw-r--r--nuttx/fs/nfs/nfs_proto.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/fs/nfs/nfs_proto.h b/nuttx/fs/nfs/nfs_proto.h
index c666c21544..245f3e189f 100644
--- a/nuttx/fs/nfs/nfs_proto.h
+++ b/nuttx/fs/nfs/nfs_proto.h
@@ -296,6 +296,7 @@ typedef enum
NFFIFO = 7 /* Named FIFO */
} nfstype;
+#if 0
typedef struct
{
int32_t val[2];
@@ -321,10 +322,11 @@ struct fhandle
};
typedef struct fhandle fhandle_t;
+#endif
-/* File Handle (32 bytes for version 2), variable up to 64 for version 3.
- * This structures a variable sized and are provided only for setting aside
- * maximum memory allocatins for a file handle.
+/* File Handle variable is up to 64 bytes for version 3. This structures a
+ * ariable sized and are provided only for setting aside maximum memory
+ * allocations for a file handle.
*/
struct nfsfh