summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_mount.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 00:27:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 00:27:44 +0000
commit2d21e7c1871fba26eded74e19451c75a53252010 (patch)
tree403582e0c293d0bef2e51306de8d6a2982a7f279 /nuttx/fs/nfs/nfs_mount.h
parent2bdc64a2f96ff952826ad25aecd426f6788c7c31 (diff)
downloadpx4-nuttx-2d21e7c1871fba26eded74e19451c75a53252010.tar.gz
px4-nuttx-2d21e7c1871fba26eded74e19451c75a53252010.tar.bz2
px4-nuttx-2d21e7c1871fba26eded74e19451c75a53252010.zip
NFS client update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4605 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_mount.h')
-rw-r--r--nuttx/fs/nfs/nfs_mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/nfs_mount.h b/nuttx/fs/nfs/nfs_mount.h
index 1cc96963d..5c0e5a5fd 100644
--- a/nuttx/fs/nfs/nfs_mount.h
+++ b/nuttx/fs/nfs/nfs_mount.h
@@ -98,7 +98,7 @@ struct nfsmount
int nm_acregmin; /* Reg file attr cache min lifetime */
int nm_acregmax; /* Reg file attr cache max lifetime */
unsigned char nm_verf[NFSX_V3WRITEVERF]; /* V3 write verifier */
- char nm_mntonname[90]; /* directory on which mounted */
+//char nm_mntonname[90]; /* directory on which mounted */
uint8_t *nm_buffer; /* This is an allocated buffer to hold one sector*/
};