This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: can not open com10, com11, com12 and higher


Yes, it does work on Win95 and WinNT.

Chris Faylor wrote:
> 
> On Thu, Dec 16, 1999 at 03:16:17PM -0800, Stas Maximov wrote:
> >The simple fix to winsup/path.cc given below would solve the problem.
> >Can someone integrate this?
> >
> >Stas.
> >
> >
> >bash-2.02$ diff -u path.cc.00 path.cc
> >--- path.cc.00  Wed Oct 27 20:55:55 1999
> >+++ path.cc     Thu Dec 16 14:49:36 1999
> >@@ -400,7 +400,7 @@
> >   "\\dev\\ttym",
> >   "\\dev\\tty%d",
> >   "\\dev\\ptym",
> >-  "com%d",
> >+  "\\\\.\\com%d",
> >   "\\dev\\pipe",
> >   "\\dev\\piper",
> >   "\\dev\\pipew",
> 
> Does this work for both Windows 95/98 and Windows NT?
> 
> cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]