X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=c5e817bc6e2c0136309cb07922a9d6518ab030be;hb=9da8de1ba0cd0748246a9d5e471e2db1636c04a5;hp=0444d8fcb1ee504cec2d79e4f4d05bee65da305f;hpb=378bbdf4d64b8b26db55a495ab6ae520ff62e471;p=yaffs2.git diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index 0444d8f..c5e817b 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -147,6 +147,7 @@ struct yaffs_dirent{ off_t d_off; /* offset to this dirent */ unsigned short d_reclen; /* length of this d_name */ char d_name [NAME_MAX+1]; /* file name (null-terminated) */ + unsigned d_dont_use; /* debug pointer, not for public consumption */ }; typedef struct yaffs_dirent yaffs_dirent;