Change to strnlen() and strncpy() to avoid problems from unbounded strings
[yaffs2.git] / direct / yaffsfs.h
index 7cb845371f18b257ddeaaff3d29844a3eaca2c70..8a7cb811b186eb9a97647d46f81325ce6fbc5ae5 100644 (file)
 #define ENOTEMPTY 39
 #endif
 
+#ifndef ENAMETOOLONG
+#define ENAMETOOLONG 36
+#endif
+
 #ifndef ENOMEM
 #define ENOMEM 12
 #endif