diff options
author | Christopher Faylor <me@cgf.cx> | 2001-04-17 16:16:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-04-17 16:16:27 +0000 |
commit | adfd477da3de18e112644ee1ffb6886c5347137f (patch) | |
tree | 107d4fd89902506db045164a20ecf7b300157993 | |
parent | 91874e20bf881a7b519c2eeae57b07f456138f79 (diff) | |
download | newlib-adfd477da3de18e112644ee1ffb6886c5347137f.zip newlib-adfd477da3de18e112644ee1ffb6886c5347137f.tar.gz newlib-adfd477da3de18e112644ee1ffb6886c5347137f.tar.bz2 |
* path.cc (windows_device_names): Move dsp to proper location.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6044c55..b66ff22 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 17 12:14:54 2001 Christopher Faylor <cgf@cygnus.com> + + * path.cc (windows_device_names): Move dsp to proper location. + Tue Apr 17 13:44:00 2001 Corinna Vinschen <corinna@vinschen.de> * path.cc (path_conv::check): Set case_clash even if pcheck_case diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index fe91bff..3947eaa 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -542,7 +542,6 @@ const char *windows_device_names[] = "\\dev\\pipew", "\\dev\\socket", "\\dev\\windows", - "\\dev\\dsp", NULL, NULL, @@ -554,6 +553,7 @@ const char *windows_device_names[] = "\\dev\\%srandom", "\\dev\\mem", "\\dev\\clipboard", + "\\dev\\dsp" }; static int |