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/fhandler_netdrive.cc
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/fhandler_netdrive.cc')
-rw-r--r--winsup/cygwin/fhandler_netdrive.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler_netdrive.cc b/winsup/cygwin/fhandler_netdrive.cc
new file mode 100644
index 000000000..187b49504
--- /dev/null
+++ b/winsup/cygwin/fhandler_netdrive.cc
@@ -0,0 +1,10 @@
+/* fhandler_netdrive.cc: fhandler for //XXX/x handling
+
+ Copyright 2005 Red Hat, Inc.
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
+