* devices.in: Remove "Global" from tty device.

This commit is contained in:
Christopher Faylor 2008-06-09 14:01:40 +00:00
parent c230ba2a1c
commit 0498e171a5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-09 Christopher Faylor <me+cygwin@cgf.cx>
* devices.in: Remove "Global" from tty device.
008-06-09 Eric Blake <ebb9@byu.net>
* signal.cc (abort): Only flush streams after signal handler.

View File

@ -79,7 +79,7 @@ const device dev_bad_storage =
"/dev/clipboard", BRACK(FH_CLIPBOARD), "\\dev\\clipboard"
"/dev/port", BRACK(FH_PORT), "\\dev\\port"
"/dev/com%(1-16)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1 - 1})), "\\??\\COM{$1}"
"/dev/ttyS%(0-63)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1})), "\\Global??\\COM{$1 + 1}"
"/dev/ttyS%(0-63)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1})), "\\??\\COM{$1 + 1}"
"/dev/pipe", BRACK(FH_PIPE), "\\dev\\pipe"
"/dev/fifo", BRACK(FH_FIFO), "\\dev\\fifo"
"/dev/st%(0-127)d", BRACK(FHDEV(DEV_TAPE_MAJOR, {$1})), "\\Device\\Tape{$1}"