Remove PC_FULL from path_conv usage throughout.
* path.h (enum pathconv_arg): Change PC_FULL to PC_NOUILL. * path.cc (path_conv::check): Test for PC_NOFULL rather than !PC_FULL. (cygwin_conv_to_win32_path): Use PC_NOFULL to force non-absolute path.
This commit is contained in:
@@ -412,8 +412,7 @@ acl_worker (const char *path, int cmd, int nentries, __aclent32_t *aclbufp,
|
||||
{
|
||||
extern suffix_info stat_suffixes[];
|
||||
int res = -1;
|
||||
fhandler_base *fh = build_fh_name (path, NULL, fmode | PC_FULL,
|
||||
stat_suffixes);
|
||||
fhandler_base *fh = build_fh_name (path, NULL, fmode, stat_suffixes);
|
||||
if (fh->error ())
|
||||
{
|
||||
debug_printf ("got %d error from build_fh_name", fh->error ());
|
||||
|
Reference in New Issue
Block a user