mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
Minor change to NFS interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4840 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
b721aff249
commit
252cf94de1
1 changed files with 1 additions and 2 deletions
|
|
@ -1343,9 +1343,8 @@ int cmd_nfsmount(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||
data.addrlen = sizeof(struct sockaddr_in);
|
||||
#endif
|
||||
|
||||
data.version = NFS_ARGSVERSION;
|
||||
data.sotype = SOCK_DGRAM;
|
||||
data.flags = NFSMNT_NFSV3;
|
||||
data.flags = NFS_NFSV3;
|
||||
data.retrans = 3;
|
||||
data.path = rpath;
|
||||
data.timeo = 7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue