This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> >>Attached is the next round:
Great. I've made a few minor changes:
cyg/fs/fat/fatfs.h -> cyg/fs/fat.h
open() now returns EACCES which POSIX says it should do.
rename() is an interesting case. POSIX says the permissions on the
directory determine if you can rename a file, not the permissions on
the file itself. I left the check as it is, since FAT does not have
the concept of permissions on directories and what you have
implemented is i think normal behaviour for FAT.
I changed a few comments.
Added a copyright header to fatfs.h
Attached is what i've committed.
Thanks for working on this patch,
Andrew
Attachment:
fatfs.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |