* dir.cc (mkdir): Abandon use of PC_WRITABLE.

(rmdir): Ditto.
* path.h (PC_WRITABLE): Delete.
* path.cc (path_conv::check): Remove PC_WRITABLE accommodations.  Revisit
later.
This commit is contained in:
Christopher Faylor
2005-10-12 20:38:38 +00:00
parent 48882f9a07
commit bf1550b6f8
4 changed files with 16 additions and 13 deletions

View File

@@ -46,8 +46,7 @@ enum pathconv_arg
PC_NULLEMPTY = 0x0020,
PC_CHECK_EA = 0x0040,
PC_POSIX = 0x0080,
PC_NO_ACCESS_CHECK = 0x00800000,
PC_WRITABLE = 0x00400000
PC_NO_ACCESS_CHECK = 0x00800000
};
enum case_checking