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:
authorChristopher Faylor <me@cgf.cx>2005-05-06 08:06:17 +0400
committerChristopher Faylor <me@cgf.cx>2005-05-06 08:06:17 +0400
commit8cdcc8803a5276fd6bc86d087b1f71fb47403ee2 (patch)
tree16cfc171c99aeaf3957af70bc2bbc81674c05206 /winsup/cygwin/devices.in
parent9cc53904f63c78982051e2b8d72e23e8f9cb864e (diff)
* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.
* fhandler_netdrive.cc: Placeholder file for future development. * devices.h (FH_NETDRIVE): Define new virtual device type. (netdrive_dev): Define. * devices.in (dev_netdrive_storage): Define. * devices.cc: Regenerate.
Diffstat (limited to 'winsup/cygwin/devices.in')
-rw-r--r--winsup/cygwin/devices.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/devices.in b/winsup/cygwin/devices.in
index b43232510..cade06625 100644
--- a/winsup/cygwin/devices.in
+++ b/winsup/cygwin/devices.in
@@ -21,6 +21,9 @@ const device dev_fs_storage =
const device dev_proc_storage =
{"", {FH_PROC}, ""};
+const device dev_netdrive_storage =
+ {"", {FH_NETDRIVE}, ""};
+
const device dev_registry_storage =
{"", {FH_REGISTRY}, ""};