aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/devices.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-07 20:20:51 +0000
committerChristopher Faylor <me@cgf.cx>2005-05-07 20:20:51 +0000
commitbbb33812896335e0169e024a2adb9e6387f680cc (patch)
tree4d0ea5e4cadd28c9240022b28e04a963bf270d9c /winsup/cygwin/devices.cc
parentbcd1a9b6d139eab662dba234996d922ff07f281c (diff)
downloadnewlib-bbb33812896335e0169e024a2adb9e6387f680cc.zip
newlib-bbb33812896335e0169e024a2adb9e6387f680cc.tar.gz
newlib-bbb33812896335e0169e024a2adb9e6387f680cc.tar.bz2
* devices.cc: Regenerate with correct name for dev_netdrive_storage.
Diffstat (limited to 'winsup/cygwin/devices.cc')
-rw-r--r--winsup/cygwin/devices.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc
index b83f721..1f9074e 100644
--- a/winsup/cygwin/devices.cc
+++ b/winsup/cygwin/devices.cc
@@ -25,7 +25,7 @@ const device dev_fs_storage =
const device dev_proc_storage =
{"", {FH_PROC}, ""};
-const device dev_netdev_storage =
+const device dev_netdrive_storage =
{"", {FH_NETDRIVE}, ""};
const device dev_registry_storage =