* devices.in: Remove "Global" from tty device.
This commit is contained in:
parent
c230ba2a1c
commit
0498e171a5
|
@ -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.
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue