Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-04-17 20:52:09 +0400
committerCorinna Vinschen <corinna@vinschen.de>2001-04-17 20:52:09 +0400
commite6629a8ad0288b596a2c16296b17cdb715dcd73b (patch)
treeed1e0255aad2b2d00e9b7529a6bc09aded82f7b4 /winsup/cygwin/path.cc
parentadfd477da3de18e112644ee1ffb6886c5347137f (diff)
* path.cc (windows_device_names): Add missing NULL element.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 3947eaa45..7992a89f8 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -543,7 +543,7 @@ const char *windows_device_names[] =
"\\dev\\socket",
"\\dev\\windows",
- NULL, NULL,
+ NULL, NULL, NULL,
"\\dev\\disk",
"\\dev\\fd%d",