summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-07 01:03:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-07 01:03:34 +0000
commitf0c34b9cdc15c5483a214bec067af62e95363c3c (patch)
tree4cf5eb456cc5750cc98339e44ebc03cfa8951208 /nuttx/fs/nfs/rpc.h
parentc3b4e1492850517906a96c57fefff332614aad4d (diff)
downloadpx4-nuttx-f0c34b9cdc15c5483a214bec067af62e95363c3c.tar.gz
px4-nuttx-f0c34b9cdc15c5483a214bec067af62e95363c3c.tar.bz2
px4-nuttx-f0c34b9cdc15c5483a214bec067af62e95363c3c.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4809 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/rpc.h')
-rw-r--r--nuttx/fs/nfs/rpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h
index d073cb160..8eb46614f 100644
--- a/nuttx/fs/nfs/rpc.h
+++ b/nuttx/fs/nfs/rpc.h
@@ -543,7 +543,7 @@ int rpcclnt_reconnect(struct rpctask *);
void rpcclnt_disconnect(struct rpcclnt *);
int rpcclnt_umount(struct rpcclnt *);
void rpcclnt_safedisconnect(struct rpcclnt *);
-int rpcclnt_request(struct rpcclnt *, int, int, int, void *, FAR const void *);
+int rpcclnt_request(struct rpcclnt *, int, int, int, void *, FAR const void *, size_t);
#undef COMP
#ifdef COMP
int rpcclnt_cancelreqs(struct rpcclnt *);