X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;fp=yaffs_guts.h;h=22381f9c9fc695fd5741e5c9104cdc8448b0a4cf;hp=96fd547c40d47b629d41679cf26bf1a2521b04fa;hb=9545c19fb2de4e3578eb63329f99754dd5041b55;hpb=b9ab2c3546387e18b46804929b6a6582d9156b3c diff --git a/yaffs_guts.h b/yaffs_guts.h index 96fd547..22381f9 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -482,15 +482,17 @@ struct yaffs_obj { YCHAR short_name[YAFFS_SHORT_NAME_LENGTH + 1]; #ifdef CONFIG_YAFFS_WINCE + //these are always 64 bits u32 win_ctime[2]; u32 win_mtime[2]; u32 win_atime[2]; #else - u32 yst_uid; - u32 yst_gid; - u32 yst_atime; - u32 yst_mtime; - u32 yst_ctime; + //these can be 32 or 64 bits + YTIME_T yst_uid; + YTIME_T yst_gid; + YTIME_T yst_atime; + YTIME_T yst_mtime; + YTIME_T yst_ctime; #endif u32 yst_rdev;