summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_mount.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-18 01:11:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-18 01:11:57 +0000
commitf2307dd23f254c58cbc85bcf553ec583509a7082 (patch)
tree4ba8fa96f460c5e5230ff1dd326f62b88ed0832a /nuttx/fs/nfs/nfs_mount.h
parentd53035bc78b3fbbd640a6a7535b9cdf7ca0d9667 (diff)
downloadpx4-nuttx-f2307dd23f254c58cbc85bcf553ec583509a7082.tar.gz
px4-nuttx-f2307dd23f254c58cbc85bcf553ec583509a7082.tar.bz2
px4-nuttx-f2307dd23f254c58cbc85bcf553ec583509a7082.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4746 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 cd3980f79..82bb26fe5 100644
--- a/nuttx/fs/nfs/nfs_mount.h
+++ b/nuttx/fs/nfs/nfs_mount.h
@@ -75,7 +75,7 @@ struct nfsmount
sem_t nm_sem; /* Used to assume thread-safe access */
int nm_numgrps; /* Max. size of groupslist */
nfsfh_t nm_fh; /* File handle of root dir */
- char *nm_path; /* server's path of the directory being mount */
+ char nm_path[90]; /* server's path of the directory being mount */
int nm_fhsize; /* Size of root file handle */
struct rpcclnt *nm_rpcclnt; /* rpc state */
struct socket *nm_so; /* Rpc socket */