summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-02 23:40:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-02 23:40:11 +0000
commitef2146db54a82adb1b61de2f4abbc38ef2ff98ad (patch)
treecbf54dd4779413894555ddb82b41f34fc499ef2f /nuttx/fs/nfs/rpc.h
parent4b489525b44d49fa0f8cb95733dd0fdf4553c884 (diff)
downloadpx4-nuttx-ef2146db54a82adb1b61de2f4abbc38ef2ff98ad.tar.gz
px4-nuttx-ef2146db54a82adb1b61de2f4abbc38ef2ff98ad.tar.bz2
px4-nuttx-ef2146db54a82adb1b61de2f4abbc38ef2ff98ad.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4690 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/rpc.h')
-rw-r--r--nuttx/fs/nfs/rpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h
index 00f2ef47b..fe93a6e4d 100644
--- a/nuttx/fs/nfs/rpc.h
+++ b/nuttx/fs/nfs/rpc.h
@@ -144,7 +144,7 @@ struct rpc_call
uint32_t rp_prog; /* program */
uint32_t rp_vers; /* version */
uint32_t rp_proc; /* procedure */
- void *data;
+ unsigned char *data;
struct rpc_auth_info rpc_auth;
struct auth_unix rpc_unix;
struct rpc_auth_info rpc_verf;
@@ -159,7 +159,7 @@ struct rpc_reply
uint32_t type;
uint32_t status;
- void *where; /* Data */
+ unsigned char *where; /* Data */
/* used only when reply == RPC_MSGDENIED and status == RPC_AUTHERR */