diff options
author | Christopher Faylor <me@cgf.cx> | 2000-11-13 04:06:41 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-11-13 04:06:41 +0000 |
commit | 70a11195b9bf3617e3dbe4b9de034b3792c65621 (patch) | |
tree | 3d65dd15dc384556623d9735b5f56d7811701ff5 /winsup/cygwin/automode.c | |
parent | 49421cd9c5d29b29b4da341a75855b00fbab9b3d (diff) | |
download | newlib-70a11195b9bf3617e3dbe4b9de034b3792c65621.zip newlib-70a11195b9bf3617e3dbe4b9de034b3792c65621.tar.gz newlib-70a11195b9bf3617e3dbe4b9de034b3792c65621.tar.bz2 |
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
Diffstat (limited to 'winsup/cygwin/automode.c')
-rw-r--r-- | winsup/cygwin/automode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/automode.c b/winsup/cygwin/automode.c index 4e9be21..e02b0b9 100644 --- a/winsup/cygwin/automode.c +++ b/winsup/cygwin/automode.c @@ -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}, |