From f2307dd23f254c58cbc85bcf553ec583509a7082 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 18 May 2012 01:11:57 +0000 Subject: NFS update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4746 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/nfs/nfs_proto.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'nuttx/fs/nfs/nfs_proto.h') diff --git a/nuttx/fs/nfs/nfs_proto.h b/nuttx/fs/nfs/nfs_proto.h index 7fecb60b4..36407ba03 100644 --- a/nuttx/fs/nfs/nfs_proto.h +++ b/nuttx/fs/nfs/nfs_proto.h @@ -632,14 +632,8 @@ struct READDIR3resok struct dirlist3 reply; }; -struct FSINFOargs +struct FS3args { nfsfh_t fsroot; }; - -struct FSSTAT3args -{ - nfsfh_t fsroot; -}; - #endif -- cgit v1.2.3