X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_error_converter.c;h=c7eb17ca8e904eb9130e6971391a1c59c3448667;hb=fcc9631a249a467718a7ae67c58ae1ab29e5d034;hp=1701c5e772ab98cd6ca824c817cfe6b5c8e5949e;hpb=af90cc3cb182162b1b3751eabbad81db084cedc2;p=yaffs2.git diff --git a/direct/python/yaffs_error_converter.c b/direct/python/yaffs_error_converter.c index 1701c5e..c7eb17c 100644 --- a/direct/python/yaffs_error_converter.c +++ b/direct/python/yaffs_error_converter.c @@ -38,6 +38,7 @@ static const struct error_entry error_list[] = { { EISDIR , "EISDIR"}, { ENFILE, "ENFILE"}, { EROFS, "EROFS"}, + { EFAULT, "EFAULT"}, { 0, NULL } };