From 21f22726c77917d98d9cbe01f05843fdd7189df9 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 16 Dec 2014 09:24:40 +0000 Subject: [PATCH] * path.cc (find_fast_cwd): Point to problem reporting web site rather than to mailing list. --- winsup/cygwin/ChangeLog | 7 ++++++- winsup/cygwin/path.cc | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 674734426..4a394b66a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,4 +1,9 @@ -2014-12-15 Corinna Vinschen +2014-12-16 Corinna Vinschen + + * path.cc (find_fast_cwd): Point to problem reporting web site rather + than to mailing list. + +2014-12-16 Corinna Vinschen * path.cc (warn_msdos): Slightly reformat. (find_fast_cwd): Change warning message to urge an update before diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 774f6601b..dc8b97fc3 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -4212,7 +4212,7 @@ find_fast_cwd () " Couldn't compute FAST_CWD pointer. This typically occurs if you're using\n" " an older Cygwin version on a newer Windows. Please update to the latest\n" " available Cygwin version from https://cygwin.com/. If the problem persists,\n" -" report this problem to the public mailing list cygwin@cygwin.com\n\n"); +" please see https://cygwin.com/problems.html\n\n"); if (f_cwd_ptr && *f_cwd_ptr) { /* Just evaluate structure version. */