X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_error_converter.c;h=1fd7b213cb1be760e6ad6efb3fe45cb9bb8cc89e;hb=4fef887b5cd2eb69ec776f7d13690d45be45082d;hp=e9a80703c31b788fd3030e95bbda20766ac8724a;hpb=4be24c244e22ef029cf1f014c0cf8433a49a8a37;p=yaffs2.git diff --git a/direct/python/yaffs_error_converter.c b/direct/python/yaffs_error_converter.c index e9a8070..1fd7b21 100644 --- a/direct/python/yaffs_error_converter.c +++ b/direct/python/yaffs_error_converter.c @@ -37,6 +37,7 @@ const error_entry error_list[] = { { ENOTDIR , "ENOTDIR"}, { EISDIR , "EISDIR"}, { ENFILE, "ENFILE"}, + { EROFS, "EROFS"}, { 0, NULL } };