* 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.
This commit is contained in:
Christopher Faylor
2005-05-06 04:06:17 +00:00
parent 9cc53904f6
commit 8cdcc8803a
6 changed files with 31 additions and 1 deletions

View File

@@ -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. */