2 Oct 2004 02:41
[Patch]: PATH_ISDISK
Pierre A. Humblet <pierre <at> phumblet.no-ip.org>
2004-10-02 00:41:57 GMT
2004-10-02 00:41:57 GMT
As discussed earlier today. Note that if GetVolumeInformation fails, has_acls won't get set and cygwin will work as if ntsec was off... Not sure how to avoid that, reliably. Pierre 2004-10-02 Pierre Humblet <pierre.humblet <at> ieee.org> * path.h (enum path_types): Delete PATH_ISDISK. (path_conv::isdisk): Delete method. (path_conv::set_isdisk): Ditto. * path.cc (path_conv::check): Do not call set_isdisk. * uinfo.cc(pwdgrp::load): Do not call pc.isdisk. Index: path.h =================================================================== RCS file: /cvs/src/src/winsup/cygwin/path.h,v retrieving revision 1.66 diff -u -p -r1.66 path.h --- path.h 17 Jun 2004 13:34:24 -0000 1.66 +++ path.h 2 Oct 2004 00:28:49 -0000 <at> <at> -64,7 +64,6 <at> <at> enum path_types PATH_ALL_EXEC = (PATH_CYGWIN_EXEC | PATH_EXEC), PATH_LNK = 0x01000000, PATH_TEXT = 0x02000000, - PATH_ISDISK = 0x04000000, PATH_HAS_SYMLINKS = 0x10000000, PATH_SOCKET = 0x40000000(Continue reading)
)
BTW: Is it as it should be that either PID_INITIALIZING or (both
RSS Feed