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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 63f587dca..6a6f0458e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2004-01-21 Christopher Faylor <cgf@redhat.com>
+
+ * fhandler.cc (fhandler_base::open): Use major numbers rather than
+ device numbers to control special behavior for devices which take
+ units.
+ * fhandler_raw.cc (fhandler_dev_raw::writebuf): Ditto.
+ (fhandler_dev_raw::fstat): Ditto.
+ (fhandler_dev_raw::open): Ditto.
+ (fhandler_dev_raw::ioctl): Ditto.
+
2004-01-21 Nicholas Wourms <nwourms@netscape.net>
* signal.cc (sigaction): Fix if-statement typo.