aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-09-30 10:54:45 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-09-30 10:54:45 +0000
commit8afc05fa903cb331003bc498b7c6b02e643871df (patch)
tree0aa3fa562dd95f978bd9689e83d065b6ff3866e9 /winsup/cygwin/ChangeLog
parent251436268e18dbfa2071eb824e55152977ef461c (diff)
downloadnewlib-8afc05fa903cb331003bc498b7c6b02e643871df.zip
newlib-8afc05fa903cb331003bc498b7c6b02e643871df.tar.gz
newlib-8afc05fa903cb331003bc498b7c6b02e643871df.tar.bz2
* fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Use
fhandler method to access majoer device number. Add comment to explain floppy weirdness.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b7dcf0a..d41f5df 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2005-09-30 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Use
+ fhandler method to access majoer device number. Add comment to
+ explain floppy weirdness.
+
+2005-09-30 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Also use
attributes stored in this->pc if call to GetFileInformationByHandle
failed.