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:40:07 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-28 20:40:07 +0300
commitf1de09c3b7d191329ce3fb93b2906feb05d316cd (patch)
tree2719cc9b1fc13f23a3ddb32b3d7b2242dc855c07
parent86f4a48a78003ee48769b66750985c173cfd797b (diff)
Eliminate device number argument from fhandler constructors throughout.unlabeled-1.31.4
-rw-r--r--winsup/cygwin/fhandler_mem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_mem.cc b/winsup/cygwin/fhandler_mem.cc
index 88391c06d..710267ded 100644
--- a/winsup/cygwin/fhandler_mem.cc
+++ b/winsup/cygwin/fhandler_mem.cc
@@ -23,7 +23,7 @@
/* fhandler_dev_mem */
fhandler_dev_mem::fhandler_dev_mem ()
- : fhandler_base (FH_MEM)
+ : fhandler_base ()
{
/* Reading physical memory only supported on NT/W2K. */
if (!wincap.has_physical_mem_access ())