Browse Source
* 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.msnyder-tracepoint-checkpoint-branch
6 changed files with 31 additions and 1 deletions
@ -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. */ |
|||
|
|||
Loading…
Reference in new issue