From 3d61aa9e6a51f89c067558dee27b02be4f564606 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Tue, 26 Oct 2010 09:38:38 +1300 Subject: [PATCH] yaffs fixing some bugs with basic-tests Signed-off-by: Timothy Manning --- direct/basic-test/dtest.c | 4 ++-- direct/yaffsfs.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/direct/basic-test/dtest.c b/direct/basic-test/dtest.c index db38cb5..691ffe2 100644 --- a/direct/basic-test/dtest.c +++ b/direct/basic-test/dtest.c @@ -2691,9 +2691,9 @@ void link_follow_test(const char *mountpt) int result; int h; - yaffs_traceMask = 0; + yaffs_trace_mask = 0; - yaffs_StartUp(); + yaffs_start_up(); yaffs_mount(mountpt); diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index e094959..f766c72 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -170,7 +170,7 @@ struct yaffs_dev_s; void yaffs_add_device(struct yaffs_dev_s *dev); int yaffs_start_up(void); - +int yaffsfs_GetLastError(void); /* Function to get the last error */ int yaffs_get_error(void); -- 2.30.2