This is the mail archive of the cygwin-patches@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: rmdir says it isn't a directory about a read only directory.


Kazuhiro Fujieda wrote:
> 
> rmdir() sets ENOTDIR to the errno about a read only directory
> like the following.
> 
> $ mkdir aaa
> $ chmod -w aaa
> $ rmdir aaa
> rmdir: aaa: Not a directory
> 
> The following patch can fix this problem.
> 
> 2000-05-25  Kazuhiro Fujieda <fujieda@jaist.ac.jp>
> 
>         * dir.cc (rmdir): Correct the manner in checking the target directory.

Patch applied.

Thank you,
Corinna

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]