X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yportenv_multi.h;h=4b058a7ff3f7b3fe4a262d4b4359ddeca1df5f12;hb=acf9438692c78de0ca030e5408790572dbe06500;hp=3295ca0aeebc13e118001cdebe94ef38eec835a0;hpb=4aab7ea4c9b8fb1bb9b375476a9faf70d29871b1;p=yaffs2.git diff --git a/yportenv_multi.h b/yportenv_multi.h index 3295ca0..4b058a7 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__ @@ -54,6 +53,7 @@ #include #include #include +#include #define YCHAR char #define YUCHAR unsigned char @@ -67,7 +67,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 +119,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 +175,7 @@ #define O_RDWR 02 #endif -#ifndef O_CREAT +#ifndef O_CREAT #define O_CREAT 0100 #endif @@ -229,7 +227,7 @@ #define EACCES 13 #endif -#ifndef EXDEV +#ifndef EXDEV #define EXDEV 18 #endif @@ -273,7 +271,6 @@ #define EISDIR 21 #endif - // Mode flags #ifndef S_IFMT @@ -292,7 +289,7 @@ #define S_IFREG 0100000 #endif -#ifndef S_IREAD +#ifndef S_IREAD #define S_IREAD 0000400 #endif @@ -340,5 +337,4 @@ } while (0) #endif - #endif