From 7b778f4bfff1621d78fb20380e0f71c33f22a41a Mon Sep 17 00:00:00 2001 From: cgf Date: Tue, 17 Apr 2001 16:16:26 +0000 Subject: [PATCH] * path.cc (windows_device_names): Move dsp to proper location. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/path.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6044c550da..b66ff22475 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 17 12:14:54 2001 Christopher Faylor + + * path.cc (windows_device_names): Move dsp to proper location. + Tue Apr 17 13:44:00 2001 Corinna Vinschen * 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 fe91bffa25..3947eaa451 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 -- 2.11.0