summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-08 18:56:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-08 18:56:01 +0000
commitc59c1efa5e7c9f89665a1e9a4d4792094684f5e9 (patch)
treeacc0a9bb40b04c8e349e7db48cf8e1a66eb8a62f /nuttx/fs/nfs/rpc.h
parent5f0d8a417e3b698ee0e382473dd2fa05d1d494e6 (diff)
downloadpx4-nuttx-c59c1efa5e7c9f89665a1e9a4d4792094684f5e9.tar.gz
px4-nuttx-c59c1efa5e7c9f89665a1e9a4d4792094684f5e9.tar.bz2
px4-nuttx-c59c1efa5e7c9f89665a1e9a4d4792094684f5e9.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4818 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/rpc.h')
-rw-r--r--nuttx/fs/nfs/rpc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h
index ed7b13184..9a0b9fc01 100644
--- a/nuttx/fs/nfs/rpc.h
+++ b/nuttx/fs/nfs/rpc.h
@@ -387,14 +387,12 @@ struct rpc_reply_header
struct rpc_reply_pmap
{
struct rpc_reply_header rh;
- uint32_t status;
struct call_result_pmap pmap;
};
struct rpc_reply_mount
{
struct rpc_reply_header rh;
- uint32_t status;
struct call_result_mount mount;
};