X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_error_converter.c;h=0d1601f75923f05a3133b8aff8d7647d46fcf430;hp=1701c5e772ab98cd6ca824c817cfe6b5c8e5949e;hb=7897e76da06203d6e2c20f13a1ce79e64809930a;hpb=ddd1501c01e281d0a86424980ccdd1e4d7d16046 diff --git a/direct/python/yaffs_error_converter.c b/direct/python/yaffs_error_converter.c index 1701c5e..0d1601f 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"}, + { ELOOP, "ELOOP"}, { 0, NULL } };