X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv_multi.h;h=ec43fd588db3a7ee40041f58ab0aabcbfd2a7281;hp=3295ca0aeebc13e118001cdebe94ef38eec835a0;hb=7897e76da06203d6e2c20f13a1ce79e64809930a;hpb=4aab7ea4c9b8fb1bb9b375476a9faf70d29871b1 diff --git a/yportenv_multi.h b/yportenv_multi.h index 3295ca0..ec43fd5 100644 --- a/yportenv_multi.h +++ b/yportenv_multi.h @@ -13,7 +13,6 @@ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ - #ifndef __YPORTENV_H__ #define __YPORTENV_H__ @@ -67,7 +66,6 @@ #define yaffs_toupper(a) toupper(a) #define yaffs_sort(base, n, sz, cmp_fn) sort(base, n, sz, cmp_fn, NULL) - #define Y_INLINE __inline__ #define YAFFS_LOSTNFOUND_NAME "lost+found" @@ -120,7 +118,6 @@ #include "stdio.h" #include "string.h" - #define YMALLOC(x) malloc(x) #define YFREE(x) free(x) #define YMALLOC_ALT(x) malloc(x) @@ -177,7 +174,7 @@ #define O_RDWR 02 #endif -#ifndef O_CREAT +#ifndef O_CREAT #define O_CREAT 0100 #endif @@ -229,7 +226,7 @@ #define EACCES 13 #endif -#ifndef EXDEV +#ifndef EXDEV #define EXDEV 18 #endif @@ -273,7 +270,6 @@ #define EISDIR 21 #endif - // Mode flags #ifndef S_IFMT @@ -292,7 +288,7 @@ #define S_IFREG 0100000 #endif -#ifndef S_IREAD +#ifndef S_IREAD #define S_IREAD 0000400 #endif @@ -340,5 +336,4 @@ } while (0) #endif - #endif