X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=yportenv.h;h=2f9063bf7a9e06ab1c2bf501e06bd61526b5a485;hb=1639bc2913eb603253ea6bfadfaa346b2b5ba82c;hp=83203c88ce6751008b70a26d995167ee795de71d;hpb=91b9cd9442b6ac81f4affb8b5b4b91ed0d11dcd2;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