mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-19 05:48:18 +00:00
correct the return type of nfs_init
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2245 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -79,7 +79,7 @@ void rt_components_init(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(RT_USING_DFS_NFS) && defined(RT_USING_LWIP)
|
#if defined(RT_USING_DFS_NFS) && defined(RT_USING_LWIP)
|
||||||
extern void nfs_init(void);
|
extern int nfs_init(void);
|
||||||
/* initialize NFSv3 client file system */
|
/* initialize NFSv3 client file system */
|
||||||
nfs_init();
|
nfs_init();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user