提交 bc7e8d69 编写于 作者: D dzzxzz@gmail.com

correct the return type of nfs_init

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2245 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 f6df9adb
...@@ -79,7 +79,7 @@ void rt_components_init(void) ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册