summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_socket.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-28 23:40:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-28 23:40:20 +0000
commita6eddbb85537ebee6860b0c38ab48be615b297f6 (patch)
treeb3ff63b6f24e1e4769154242c5f3002acc3929d2 /nuttx/fs/nfs/nfs_socket.c
parentda8ffa947e5747e3365a26d0829135a04ecbdf94 (diff)
downloadpx4-nuttx-a6eddbb85537ebee6860b0c38ab48be615b297f6.tar.gz
px4-nuttx-a6eddbb85537ebee6860b0c38ab48be615b297f6.tar.bz2
px4-nuttx-a6eddbb85537ebee6860b0c38ab48be615b297f6.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4781 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_socket.c')
-rw-r--r--nuttx/fs/nfs/nfs_socket.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/fs/nfs/nfs_socket.c b/nuttx/fs/nfs/nfs_socket.c
index b2635c291..b023c9212 100644
--- a/nuttx/fs/nfs/nfs_socket.c
+++ b/nuttx/fs/nfs/nfs_socket.c
@@ -47,12 +47,11 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
+#include "nfs_proto.h"
+#include "nfs_mount.h"
#include "nfs.h"
#include "rpc.h"
-#include "rpc_v2.h"
-#include "nfs_proto.h"
#include "xdr_subs.h"
-#include "nfs_mount.h"
#include "nfs_socket.h"
/****************************************************************************