diff options
author | Christopher Faylor <me@cgf.cx> | 2005-05-06 04:06:17 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-05-06 04:06:17 +0000 |
commit | 8cdcc8803a5276fd6bc86d087b1f71fb47403ee2 (patch) | |
tree | 16cfc171c99aeaf3957af70bc2bbc81674c05206 /winsup/cygwin/fhandler_netdrive.cc | |
parent | 9cc53904f63c78982051e2b8d72e23e8f9cb864e (diff) | |
download | cygnal-8cdcc8803a5276fd6bc86d087b1f71fb47403ee2.tar.gz cygnal-8cdcc8803a5276fd6bc86d087b1f71fb47403ee2.tar.bz2 cygnal-8cdcc8803a5276fd6bc86d087b1f71fb47403ee2.zip |
* 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.cc | 10 |
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. */ + |