From af76c2eed1153665f18e829be5d63794218ecf7d Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 8 Jun 2000 20:51:11 +0000 Subject: [PATCH] * path.cc (path_conv::check): Erase two lines checked in by mistake. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/path.cc | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 84eb720bc..cdab85299 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 8 22:49:00 2000 Corinna Vinschen + + * path.cc (path_conv::check): Erase two lines checked in + by mistake. + Thu Jun 8 15:53:00 2000 Corinna Vinschen * fhandler.cc (fhandler_disk_file::open): Check for directory diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 675b61c8d..948d79399 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -386,14 +386,12 @@ out: debug_printf ("GetVolumeInformation(%s) = ERR, full_path(%s), set_has_acls(FALSE)", tmp_buf, full_path, GetLastError ()); set_has_acls (FALSE); - set_has_reparse_points (FALSE); } else { debug_printf ("GetVolumeInformation(%s) = OK, full_path(%s), set_has_acls(%d)", tmp_buf, full_path, volflags & FS_PERSISTENT_ACLS); set_has_acls (volflags & FS_PERSISTENT_ACLS); - set_has_reparse_points (volflags & FILE_SUPPORTS_REPARSE_POINTS); } } -- 2.43.5