* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.

This commit is contained in:
Christopher Faylor
2000-11-13 04:06:41 +00:00
parent 49421cd9c5
commit 70a11195b9
6 changed files with 13 additions and 6 deletions

View File

@ -16,7 +16,7 @@ extern int _fmode;
void
cygwin_premain0 (int argc, char **argv)
{
static struct __cygwin_perfile pf[] =
static struct __cygwin_perfile pf[] =
{
{"", O_RDONLY | O_TEXT},
{"", O_WRONLY | O_BINARY},