[Yaffs] Patch for compile bug in direct\yaffsfs.h

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: adam.charrett@philips.com
Date:  
To: yaffs
Subject: [Yaffs] Patch for compile bug in direct\yaffsfs.h



Line 135 reads,

#define S_READ          0000400


but should be

#define S_IREAD         0000400


Cheers

Adam