From 063f1df2aa2689d45fd7fd7bd8445031338ec9cb Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 13 May 2005 15:46:07 +0000 Subject: 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. --- winsup/cygwin/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/path.h') diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index 1c6310326..a502e8629 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -35,7 +35,7 @@ enum pathconv_arg PC_SYM_NOFOLLOW = 0x0002, PC_SYM_IGNORE = 0x0004, PC_SYM_CONTENTS = 0x0008, - PC_FULL = 0x0010, + PC_NOFULL = 0x0010, PC_NULLEMPTY = 0x0020, PC_CHECK_EA = 0x0040, PC_POSIX = 0x0080, -- cgit v1.2.3