From 861ef99725f983ce5bf2a4fc505dc4545bcecb17 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 23 Dec 2004 21:37:44 +0000 Subject: * path.h (path_conv::set_normalized_path): Add second argument and fill it in throughout. * path.cc (path_conv::check): Declare, set and use "strip_tail". (path_conv::set_normalized_path): Add and use second argument, replacing all tail stripping tests. --- 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 c10cb9b58..743246f9e 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -214,7 +214,7 @@ class path_conv unsigned __stdcall ndisk_links (DWORD); char *normalized_path; size_t normalized_path_size; - void set_normalized_path (const char *) __attribute__ ((regparm (2))); + void set_normalized_path (const char *, bool) __attribute__ ((regparm (3))); DWORD get_symlink_length () { return symlink_length; }; private: DWORD symlink_length; -- cgit v1.2.3