X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Fyaffsfs.h;h=8a7cb811b186eb9a97647d46f81325ce6fbc5ae5;hb=7e03669f1fdf249268ca1021522e5d0f45eec19c;hp=7cb845371f18b257ddeaaff3d29844a3eaca2c70;hpb=3e61039bf6fc5a2f8af6a5cdd29e30b3fa10b4f5;p=yaffs2.git diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index 7cb8453..8a7cb81 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -114,6 +114,10 @@ #define ENOTEMPTY 39 #endif +#ifndef ENAMETOOLONG +#define ENAMETOOLONG 36 +#endif + #ifndef ENOMEM #define ENOMEM 12 #endif