summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/devices.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/devices.cc')
-rw-r--r--winsup/cygwin/devices.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc
index 432f3359d..bfd4bcf89 100644
--- a/winsup/cygwin/devices.cc
+++ b/winsup/cygwin/devices.cc
@@ -33,10 +33,8 @@ const device dev_procsysvipc_storage =
const device dev_netdrive_storage =
{"", {FH_NETDRIVE}, ""};
-#if 0
const device dev_dev_storage =
{"/dev", {FH_DEV}, "/dev"};
-#endif
const device dev_registry_storage =
{"", {FH_REGISTRY}, ""};
@@ -46531,6 +46529,10 @@ return NULL;
#undef BRACK
+
+const device *ext_dev_storage = dev_storage;
+const size_t dev_storage_size = sizeof dev_storage / sizeof dev_storage[0];
+
void
device::parse (const char *s)
{