| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| From: | Chris Faylor <cgf AT cygnus DOT com> |
| Date: | Thu, 16 Dec 1999 19:40:05 -0500 |
| To: | Stas Maximov <stmax AT pigeonpoint DOT com> |
| Cc: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: can not open com10, com11, com12 and higher |
| Message-ID: | <19991216194005.A8186@cygnus.com> |
| Mail-Followup-To: | Stas Maximov <stmax AT pigeonpoint DOT com>, |
| cygwin AT sourceware DOT cygnus DOT com | |
| References: | <385972C1 DOT 75703BED AT pigeonpoint DOT com> |
| Mime-Version: | 1.0 |
| X-Mailer: | Mutt 1.0i |
| In-Reply-To: | <385972C1.75703BED@pigeonpoint.com>; from stmax@pigeonpoint.com on Thu, Dec 16, 1999 at 03:16:17PM -0800 |
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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |