X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=yportenv.h;h=2f9063bf7a9e06ab1c2bf501e06bd61526b5a485;hb=e33554a67753729f6b74677473cf0ec3b8d35a7e;hp=83203c88ce6751008b70a26d995167ee795de71d;hpb=b07263adb5c642fcb911125a77b9e7f4bb8af64c;p=yaffs2.git diff --git a/yportenv.h b/yportenv.h index 83203c8..2f9063b 100644 --- a/yportenv.h +++ b/yportenv.h @@ -87,7 +87,7 @@ #define Y_TIME_CONVERT(x) (x) #endif -#define yaffs_SumCompare(x, y) ((x) == (y)) +#define yaffs_sum_cmp(x, y) ((x) == (y)) #define yaffs_strcmp(a, b) strcmp(a, b) #define TENDSTR "\n" @@ -145,7 +145,7 @@ #define YAFFS_ROOT_MODE 0755 #define YAFFS_LOSTNFOUND_MODE 0700 -#define yaffs_SumCompare(x, y) ((x) == (y)) +#define yaffs_sum_cmp(x, y) ((x) == (y)) #define yaffs_strcmp(a, b) strcmp(a, b) #else