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>2002-12-28 20:39:47 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-28 20:39:47 +0300
commit51e3068ef34e2d7d29dd953eb9ee1de9b8b0a3de (patch)
tree769e7ac51648b109bfa619ef0bbf2d1281f62b01
parentb1d6583b473960e20abf8382c749daac176e985c (diff)
Eliminate device number argument from fhandler constructors throughout.
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 11ee80cd8..ebe65c43c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2002-12-28 Christopher Faylor <cgf@redhat.com>
+ Eliminate device number argument from fhandler constructors throughout.
+
+2002-12-28 Christopher Faylor <cgf@redhat.com>
+
Eliminate unit argument and special unit fields from fhandler classes
and constructors throughout.
* fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Make decisions