summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-06-09 14:01:40 +0000
committerChristopher Faylor <me@cgf.cx>2008-06-09 14:01:40 +0000
commit0498e171a582da0c78559a700c52f9a580af65c2 (patch)
tree5e668a4349dc33d32ed3d54dac3fa18793bbe20c
parentc230ba2a1c2fb87a77c541245671b4648f04e839 (diff)
downloadcygnal-0498e171a582da0c78559a700c52f9a580af65c2.tar.gz
cygnal-0498e171a582da0c78559a700c52f9a580af65c2.tar.bz2
cygnal-0498e171a582da0c78559a700c52f9a580af65c2.zip
* devices.in: Remove "Global" from tty device.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/devices.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 949f0a9cd..66dd41e72 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/devices.in b/winsup/cygwin/devices.in
index a68701d59..e5d972060 100644
--- a/winsup/cygwin/devices.in
+++ b/winsup/cygwin/devices.in
@@ -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}"