From 8033fd9a65476b2b7d2113f81ad6f4f7dc841816 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 27 Feb 2014 10:25:03 +0000 Subject: [PATCH] * path.cc (find_fast_cwd_pointer): Fix preceeding comment. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/path.cc | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index bfe145564..492e3594c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2014-02-27 Corinna Vinschen + + * path.cc (find_fast_cwd_pointer): Fix preceeding comment. + 2014-02-25 Christopher Faylor * fhandler.h (fhandler_console::scroll_buffer_screen): New function. diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 1f4f8286a..4990328a2 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -3912,8 +3912,7 @@ fcwd_access_t::SetVersionFromPointer (PBYTE buf_p, bool is_buffer) This code has been tested on Vista 32/64 bit, Server 2008 32/64 bit, Windows 7 32/64 bit, Server 2008 R2 (which is only 64 bit anyway), - and W8CP 32/64 bit. There's some hope this will still work for - Windows 8 RTM... */ + Windows 8 32/64 bit, Windows 8.1 32/64 bit, and Server 2012 R2. */ #ifdef __x86_64__ -- 2.43.5