X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_error_converter.c;h=e9a80703c31b788fd3030e95bbda20766ac8724a;hb=5409719091c79983abc45bcc3070bce6786c8278;hp=5d9247a43a063753a310304a1eebdf94b6e666ee;hpb=059630308f8d017ffe4b42d0e08d6ad4e7affeb1;p=yaffs2.git diff --git a/direct/python/yaffs_error_converter.c b/direct/python/yaffs_error_converter.c index 5d9247a..e9a8070 100644 --- a/direct/python/yaffs_error_converter.c +++ b/direct/python/yaffs_error_converter.c @@ -36,6 +36,7 @@ const error_entry error_list[] = { { EEXIST , "EEXIST"}, { ENOTDIR , "ENOTDIR"}, { EISDIR , "EISDIR"}, + { ENFILE, "ENFILE"}, { 0, NULL } };