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:01 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-28 20:40:01 +0300
commite5cc86d56adb316e9947a7ae1c204caacf8ed5b8 (patch)
tree687a4bc5e4fbd940c96dd75152e119717e3fb683
parent6c6431be623058f2631f3e1ee72df1d3ca631162 (diff)
Eliminate device number argument from fhandler constructors throughout.unlabeled-1.32.16
-rw-r--r--winsup/cygwin/fhandler_tape.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tape.cc b/winsup/cygwin/fhandler_tape.cc
index 71f380a20..7affc5524 100644
--- a/winsup/cygwin/fhandler_tape.cc
+++ b/winsup/cygwin/fhandler_tape.cc
@@ -54,7 +54,7 @@ fhandler_dev_tape::is_eof (int win_error)
}
fhandler_dev_tape::fhandler_dev_tape ()
- : fhandler_dev_raw (FH_TAPE)
+ : fhandler_dev_raw ()
{
debug_printf ("unit: %d", dev.minor);
}