* 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:
10
winsup/cygwin/fhandler_netdrive.cc
Normal file
10
winsup/cygwin/fhandler_netdrive.cc
Normal 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. */
|
||||
|
Reference in New Issue
Block a user