Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-05-31 03:43:24 +0400
committerChristopher Faylor <me@cgf.cx>2003-05-31 03:43:24 +0400
commite59c6ff448d40938f4f09042d6689d7d1aa655fe (patch)
treeb0a0c305510fd43609cd5bf6a0249b151b3170a1 /winsup/cygwin/ChangeLog
parent102861c9a6bf740801e08939a975ab97c9ede26c (diff)
* path.cc (mount_info::conv_to_win32_path): gcc warning about chroot_ok was
actually valid. Fix it.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 03f4eb7f8..a2049a252 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2003-05-30 Christopher Faylor <cgf@redhat.com>
+ * path.cc (mount_info::conv_to_win32_path): gcc warning about chroot_ok
+ was actually valid. Fix it.
+
+2003-05-30 Christopher Faylor <cgf@redhat.com>
+
* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's
have problems with.