OSDN Git Service

* devices.in: Remove "Global" from tty device.
authorcgf <cgf>
Mon, 9 Jun 2008 14:01:38 +0000 (14:01 +0000)
committercgf <cgf>
Mon, 9 Jun 2008 14:01:38 +0000 (14:01 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/devices.in

index 949f0a9..66dd41e 100644 (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.
index a68701d..e5d9720 100644 (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}"