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:53 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-28 20:39:53 +0300
commit3fe60b884d851dac59d93942d23ed51524f23fef (patch)
treec6bd39755eee12223d913a2563db3d8724a5ebad
parentb4b1da162e0e1e847bef86b8a2296d759c850850 (diff)
Eliminate device number argument from fhandler constructors throughout.unlabeled-1.23.4
-rw-r--r--winsup/cygwin/fhandler_dsp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_dsp.cc b/winsup/cygwin/fhandler_dsp.cc
index 5c7f42a0e..2ad61d864 100644
--- a/winsup/cygwin/fhandler_dsp.cc
+++ b/winsup/cygwin/fhandler_dsp.cc
@@ -420,7 +420,7 @@ fhandler_dev_dsp::setupwav (const char *pData, int nBytes)
//------------------------------------------------------------------------
fhandler_dev_dsp::fhandler_dev_dsp ():
- fhandler_base (FH_OSS_DSP)
+ fhandler_base ()
{
}