summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_node.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-08 00:14:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-08 00:14:54 +0000
commitbaf6287aa6309c19058f3987abe77e60ac2119a1 (patch)
tree16f50c3c621870745aa14a1227b01f92a2234517 /nuttx/fs/nfs/nfs_node.h
parent9ff075d9f32863b462dd5da68574bf253a2615f5 (diff)
downloadpx4-nuttx-baf6287aa6309c19058f3987abe77e60ac2119a1.tar.gz
px4-nuttx-baf6287aa6309c19058f3987abe77e60ac2119a1.tar.bz2
px4-nuttx-baf6287aa6309c19058f3987abe77e60ac2119a1.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4814 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_node.h')
-rw-r--r--nuttx/fs/nfs/nfs_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/nfs_node.h b/nuttx/fs/nfs/nfs_node.h
index 5f708f4c7..09f9f2b08 100644
--- a/nuttx/fs/nfs/nfs_node.h
+++ b/nuttx/fs/nfs/nfs_node.h
@@ -120,7 +120,7 @@ struct nfsnode
union
{
struct timespec nf_atim; /* Special file times */
- nfsuint64 nd_cookieverf; /* Cookie verifier (dir only) */
+ uint8_t nd_cookieverf[NFSX_V3WRITEVERF]; /* Cookie verifier (dir only) */
} n_un1;
union
{