提交 88c9bc2d 编写于 作者: B Bernard Xiong

fix compiling error

上级 98c8a23e
......@@ -21,6 +21,8 @@
extern "C" {
#endif
#define NO_WORKING_DIR "system does not support working directory\n"
char *dfs_normalize_path(const char *directory, const char *filename);
const char *dfs_subdir(const char *directory, const char *filename);
......
......@@ -16,8 +16,6 @@
#include <dfs_fs.h>
#include <dfs_file.h>
#define NO_WORKING_DIR "system does not support working directory\n"
/* Global variables */
const struct dfs_filesystem_operation *filesystem_operation_table[DFS_FILESYSTEM_TYPES_MAX];
struct dfs_filesystem filesystem_table[DFS_FILESYSTEMS_MAX];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册