X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=d5a13d5d04113b948c99b0b631937d4443e96526;hb=refs%2Ftags%2Flinux-mainline-rc-01;hp=14e894bede4404a47e261ff6a121cfc7bab500d3;hpb=00302ec53728a32022e3cb15123ed7192525ae68;p=yaffs2.git diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index 14e894b..d5a13d5 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -1,4 +1,3 @@ - /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * @@ -45,8 +44,8 @@ int yaffs_O_WRONLY(void) { return O_WRONLY;} int yaffs_O_RDWR(void) { return O_RDWR;} int yaffs_O_TRUNC(void) { return O_TRUNC;} -int yaffs_set_trace(unsigned int tm) { return yaffs_traceMask=tm; } -int yaffs_get_trace(void) { return yaffs_traceMask; } +int yaffs_set_trace(unsigned int tm) { return yaffs_trace_mask=tm; } +int yaffs_get_trace(void) { return yaffs_trace_mask; } int yaffs_S_IFMT(void){return S_IFMT;} int yaffs_S_IFLNK(void){return S_IFLNK;}